For some reason I needed to see if there were any symbolic links within a directory and I used this command:
ls -alR | grep "\->"
(-R for recurse)
For some reason I needed to see if there were any symbolic links within a directory and I used this command:
ls -alR | grep "\->"
(-R for recurse)