검색결과 리스트
글
find /home/ -name '*.exe' -exec basename {} \;
$ for file in /home/*.exe; do echo `basename $file`; done
'Script > Bash Shell' 카테고리의 다른 글
삼성 STB 패치 방법 (0) | 2012.09.07 |
---|---|
re-direction test shell script (0) | 2012.09.06 |
리눅스 OS 시간을 측정하여 1분마다 특정 동작을 수행하게 만드는 sh 베이스 프로그램 (0) | 2012.09.06 |
Re-direction by shell script (0) | 2012.08.26 |
RECENT COMMENT