Linux - How To Use Pack Compress Tar Files
RegisterLogin
Linux - How To Use Pack Compress Tar Files
Post Description: Linux - How To Use Pack Compress Tar Files
Tags: Linux, -, How, To, Use, Pack, Compress, Tar, Files
This Post Was Posted On Feb 29, 2008 By web hosting #1090
Post Description: Linux - How To Use Pack Compress Tar Files
Tags: Linux, -, How, To, Use, Pack, Compress, Tar, Files
This Post Was Posted On Feb 29, 2008 By web hosting #1090
Linux - How To Use Pack Compress Tar Files by web hosting
Can you tell me the command I need to do this?
Leave Your Comments
Related Pages: [Add Your Website]
Post New Topic
raflph
#2987 1
can you show me how to convert .pak to .tar on linux using the shell commands
Dec 09, 2009 Reply Report abuse
hostman
#1421 2
If you have a file that you want to compress using gzip you can rund this comand at the linux shell when you are logged into your SSH session:
syntax
Code:
Once you have ran this command, it will create a tarball file in the directory you have executed the command.
example
Code:
In this example it will create a filename.tar.gz in the directory /home/myhome
syntax
Code:
tar -cf - file_name | gzip -c > filename.tar.gz
Once you have ran this command, it will create a tarball file in the directory you have executed the command.
example
Code:
tar -cf - file_name | gzip -c > /home/myhome/filename.tar.gz
In this example it will create a filename.tar.gz in the directory /home/myhome
Jul 24, 2006 Reply Report abuse
©2012 Webune Forums - Fri Dec 14, 2012 7:09 am
Powered by: Webune Forums V3
Powered by: Webune Forums V3