Technical blog about Virtualization and system engineering

Finding all symlinks in a directory

This is a very useful command if you need to find all symlinks in a certain directory:

ls -lR | grep "^l\|:$"

, ,

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>