Title20110603


Main Programming Languages
ASP.NET C# Fortran Matlab
Ph.D
Major News CFD
OS
ubuntu windows IPAD
Review

[0] Vortex Sound
[1] Sound and Source of Sound
[2] Back-Scattering correction and further extensions of Amiets TE noise model Part 1: theory

Life
[0] 잡담 [1] 사진

이 블로그 검색

2013년 5월 16일 목요일

[bash shell] 숫자로 되어 있는 directory 일괄 이동

TARGET=timeData

for i in $(seq 0 9); do
      mv $i ./$TARGET
      mv $i.* ./$TARGET
done
cp -r ./$TARGET/0 ./0

댓글 없음:

댓글 쓰기

twitter leegse