$ ls test test.c tt.c $ cat t* int test1 test2 int test1 test2 int test1 test2 $ grep * test test.c:int test1 test2 tt.c:int test1 test2 test:int test1 test2 $ grep * --exclude=*.c test test:int test1 test2 $ ls test test.c tt.c $ ls --hide=*.c test $ du -a 4 ./test 4 ./test.c 4 ./tt.c 16 . $ du --exclude=*.c -a 4 ./test 8 . $ |
转载请注明出处 http://fornote.blogspot.com
没有评论:
发表评论