(http://www.starlink.rl.ac.uk/docs/sun95.htx/node213.html) 


This means that you have forgotten to `escape' parentheses, probably when defining an NDF section in the UNIX shell. Try inserting a backslash before each parenthesis or enclosing all the special characters inside " " quotes.

     % stats myndf\(100:200,\)
     % linplot spectrum"(5087.0~30)"



debug.print "aaaa"

를 출력하려면 Ctrl + G 

로 직접실행창 을 열면 된다



(출처 : http://hhy8001.tistory.com/8 )


서식 복사 : Ctrl + Shift + C

 

서식 붙여넣기 : Ctrl + Shift + V


* ctrl + ] : 괄호찾기

* End  : 줄  끝으로 가기


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




(https://docs.oracle.com/cd/E11882_01/server.112/e41573/hintsref.htm#CHDJIGDG)


SELECT /*+ PARALLEL(employees 3) */ e.last_name, d.department_name

FROM   employees e, departments d

WHERE  e.department_id=d.department_id;



페이지 레이아웃탭 > 맞춤 


도구 > 정렬


taskkill /f /fi "imagename eq note*" /im * /t
출처:https://sunhyeon.wordpress.com/2014/12/16/1714/



find . -size 0