출처:http://www.faqs.org/faqs/unix-faq/shell/csh-whynot/


환경: csh, tcsh

(X)

find .  -name SEARCH-ITEM 2 > /dev/null


(O)

(find .  -name SEARCH-ITEM  > /dev/tty) > & /dev/null