Friday, August 26, 2011

Find file in the shell directory hierarchy


below reference shell command will find the file named ROLM.DAT in the directory tree specified.
find ./ -name 'ROLM.DAT' -exec ls -ltr '{}' \;

No comments: