Changes between Version 1 and Version 2 of MetcheCleanScript
- Timestamp:
- 04/10/13 21:26:40 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MetcheCleanScript
v1 v2 30 30 SYMLINKS=$(find $DIR -maxdepth 1 -type l) 31 31 32 # Destinations of the symlinks | sep erated32 # Destinations of the symlinks | separated 33 33 for symlink in $SYMLINKS; do 34 34 # Get the destination of the symlink … … 45 45 done 46 46 47 # Change the space sep erated list of symlinks to a | seperated one47 # Change the space separated list of symlinks to a | separated one 48 48 for symlink in $SYMLINKS; do 49 49 LINK=$(basename $symlink)