0375. [time] csh의 time 변수
IT2016. 2. 15. 10:25
%set time=10 10초 이상의 cpu 시간을 필요로 하는 모든 프로그램에 대하여 자동으로 time 명령 실행하도록 세팅 %S : CPU의 시스템시간, system call 시간 %U : CPU의 사용자시간, 프로그램 자체 코드를 수행하는 걸린시간. %E : 프로그램이 수행되는 동안의 경과 시간. %set time=(10 “System time: %S User time: %U Elapsed time: %E”) |
'IT' 카테고리의 다른 글
0377. [error] mkdir: Failed to make directory "/home/kmg" (0) | 2016.02.15 |
---|---|
0376. [error] too many open files (0) | 2016.02.15 |
0374. [sh] for case tty break < > 리다이렉트 script (0) | 2016.02.15 |
0373. [wc] wc 사용법 (0) | 2016.02.12 |
0372. [comm] comm 사용법 (0) | 2016.02.12 |