Research/Linux
특정 패턴의 파일을 제외하고 tar로 묶기
sunnyan
2008. 10. 23. 02:59
728x90
tar cvfj example.tar.bz2 ./example --exclude="*.o"
728x90