Friday, April 17, 2009

find echo

find . -exec echo \;
Although Bash has a builtin command `echo',
in this case, the bulitin `echo' will be used.
There must be a external `echo' command.

No comments:

Post a Comment

 

82696