serial numbered file(sh,bash,zsh)
2008年08月03日 (linux)
command
% touch {1..20}.txt # 1.txt〜20.txtの連番の空のファイルを作成 % rm {11..17}.txt # 11.txt〜17.txtのファイルを削除
note
tcsh, cshなどCシェル系で実行すると1..20.txtという名前のファイルが作成される.
PR
Comment
command
% touch {1..20}.txt # 1.txt〜20.txtの連番の空のファイルを作成 % rm {11..17}.txt # 11.txt〜17.txtのファイルを削除
note
tcsh, cshなどCシェル系で実行すると1..20.txtという名前のファイルが作成される.