Answers for "how to warp files in linux"

1

how to warp files in linux

tar -czf zipname.gz filenames
Posted by: Guest on March-28-2022
1

warp out files in linux

tar -xzf zipname.gz 
 or 
tar -xzf zipname.gz -C katalog/
Posted by: Guest on March-28-2022

Code answers related to "how to warp files in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language