Skip to content

Commit

Permalink
updated find_symlinks_to_other_directories.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Jan 8, 2025
1 parent 63375f8 commit df518b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/find_symlinks_to_other_directories.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ help_usage "$@"
min_args 1 "$@"

find "$1" -type l -exec ls -l {} \; |
grep -F -- ' -> /' |
grep -F -- ' -> .*/' |
awk '{$1=$2=$3=$4=$5=$6=$7=$8=""; print}'

0 comments on commit df518b0

Please sign in to comment.