Wednesday, November 13, 2013

How to use grep for checking whether files exists or not

1.
find /dir_path -type f -print | grep 'tmpdir' # that will show files what names contain tmpdir

No comments:

Post a Comment