Created
October 31, 2012 11:49
-
-
Save relax-more/3986637 to your computer and use it in GitHub Desktop.
UNIXコマンドメモ] ディレクトリの指定方法
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ rm -rf /data[1-9]/* | |
# delete all files under data1 ~ data9 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment