例えば、カレントディレクトリに、
test001.txt test002.txt ... test400.txt
のような連番ファイルがあり、そのうちの201~400を消したいとき。
rm -rf test{200..400}.txt
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
例えば、カレントディレクトリに、
test001.txt test002.txt ... test400.txt
のような連番ファイルがあり、そのうちの201~400を消したいとき。
rm -rf test{200..400}.txt
Register as a new user and use Qiita more conveniently
Go to list of users who liked