Search This Blog

Friday, November 19, 2010

bug in "find" command in Linux

One should put single quotations for the wild card option.

 > find  $HOME  -name  '*.tcl'


This command is to find any file whose extension is tcl under the home directory including all the sub-directories.

No comments:

Labels