Blogger

Delete comment from: Javarevisited

Solaris dude said...

Another useful example of find command is that you can you can use find command to find all soft link in any directory on any UNIX based operating system e.g. Linux, Solaris or BSD. by using find -type you can see all symbolic links :

find /home/username -type -l -print

will display all soft links in /home/username directory. isn't it great use of find command ?

Sep 21, 2012, 1:58:35 AM


Posted to 10 Example of find command in UNIX and Linux

Google apps
Main menu