# 현재위치에서 directory 갯 수를 'nlist' 파일에 저장
ls -l | grep ^d | wc -l > nlist
# 현재위치에서의 directory들과 file들 목록을 'list' 파일에 저장
ls -1 -p > list
# 'directoryList' 파일 내 '/' 문자를 공백으로 변환하여 'dirList' 파일에 쓰기
sed ''s/\/ / /g'' directoryList > dirList
# jpg 파일들을 ani.gif 로 변환(movie clip)
convert -delay 10 -loop 0 *.jpg ani.gif
이광세 (Lee, Gwang-Se)
School of Mechanical Engineering, Pusan National University
(Wind Turbine Noise & Broadband Airfoil-Self Noise)
lee.gse@gmail.com / gs.lee@pusan.ac.kr / twitter.com/leegse
댓글 없음:
댓글 쓰기