'cannot open'에 해당되는 글 1건

  1. 2015.01.26 find, cannot open 출력 안하기

출처: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