Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
フォルダー内の個々のファイルを圧縮しようとしています。を使用してディレクトリを圧縮できます
tar -zcf <filename> <location to place the file after zipping>
助けてください...
私はこのようにします
tar acf foo.tar.gz README.txt bar.txt dog.txt
参照