Tuesday, May 10, 2016

serach files in linux

$ find / -name 'program.c' 


/
Start searching from the root directory (i.e / directory)
-name
Given search text is the filename rather than any other attribute of a file


http://www.codecoffee.com/tipsforlinux/articles/21.html

No comments:

Post a Comment