티스토리 뷰

OS-서버-서비스/Linux

tar 구조만 압축

공허공자 2015. 1. 27. 12:33

$ tar -czf out.tar.gz --no-recursion --files-from <(find .-type d)

http://www.commandlinefu.com/commands/view/7371/create-a-tar-of-directory-structure-only

'OS-서버-서비스 > Linux' 카테고리의 다른 글

iptable 수정과 적용  (0) 2015.05.13
tar 파일 또는 폴더 제외  (0) 2015.01.27
레드햇 ntsysv = 우분투 rcconf  (0) 2012.07.03
환경변수 파일 다시읽기  (0) 2012.07.03
리눅스 링크 ln  (0) 2012.07.03
댓글