posted by 구름너머 2006. 8. 22. 11:09

unix에서 파일압축하기 중 compress 사용시...

1.압축 : compress [-f] 압축할 파일명

2.압축해제: uncompress [-f] 압축된 파일명

f옵션은 백그라운드로 배치프로그램에서

compress나 uncompress 명령을 수행할시

기존에 파일이 존재할 경우 overwrite 여부를

물어보지 않도록 하는 옵션.

-f or -F
When used with the compress command, forces the compression of file
even if no reduction in the size of the file will occur.

With both the compress and uncompress commands, if you run the command
in the background and -f is not specified, you are prompted as to
whether an existing file should be overwritten.