10 More Discussions You Might Find Interesting
1. Red Hat
Hi,
When we want to compress a file which is of huge size then what command is best for us.Kindly suggest on this.
1.Tar command or
2.gzip command
OS -- Linux 2.6
Regards,
Maddy (6 Replies)
Discussion started by: Maddy123
6 Replies
2. UNIX for Advanced & Expert Users
I am trying to grab a folder and all the folders and files underneath it and send it from one computer to another. I basically want to compress the whole folder into a tar, tgz, or zip file so that it can be sent as one file. is there a command to compress a folder and all its contents into a tar... (7 Replies)
Discussion started by: kane4355
7 Replies
3. UNIX for Dummies Questions & Answers
Hi,
When i am tar the file particular ,csv file format in a folder i am receiving the error
Command:
tar cf New_data.tar /new/file/mari/getdata/small/*.xml
Arguements too long
But sometimes
i am able to compress other folder but the tar folder contains all the file format and... (10 Replies)
Discussion started by: marivinay
10 Replies
4. UNIX for Dummies Questions & Answers
Hi All !
We have to compress a big data file in unix server and transfer it to windows and uncompress it using winzip in windows.
I have used the utility ZIP like the below.
zip -e <newfilename> df2_test_extract.dat
but when I compress files greater than 4 gb using zip utility, it... (4 Replies)
Discussion started by: sakthifire
4 Replies
5. UNIX for Dummies Questions & Answers
Hi,
I need to copy and compress files in a directory in single line of command. I am able to copy and gzip files in one command but not directory. Command that I am using for copying directory is below :
cp -rp /u01/app/<directory> /u01/app/backup |gzip -r
/u01/app/backup/<directory>
... (10 Replies)
Discussion started by: findprakash
10 Replies
6. Shell Programming and Scripting
Hi All,
I have a file in DirA/ABC.out a need to move to DirB.I am using the following steps now:
mv DirA/ABC.out DirB
compress -f DirB/ABC.out
Is there a way to just do this one step as I have to move hundreds of files every hour.
-Thanks in advance. (4 Replies)
Discussion started by: sam_78_nyc
4 Replies
7. UNIX for Dummies Questions & Answers
compress /var/opt/l2/amer/art2/USFINUM0200_.CSV
compress /var/opt/l2/amer/art2/USFINUM200_.CSV
compress /var/opt/l2/amer/art2/USFINUM020_.CSV
compress /var/opt/l2/amer/art2/USFINUM20_.CSV
Is there a way to shorten this or write it in a script. The file to be compressed will be USFINUM but... (5 Replies)
Discussion started by: indira
5 Replies
8. SCO
Hello.
Can any1 help me with the compress command.
The -b option takes the number of bits used for encoding.
can u expalin why this number of bits is used and for what purpose. what is the maximum number we can provide?
In SFU these number has a valod range between 12 and 16 y?? (1 Reply)
Discussion started by: rahulrathod
1 Replies
9. UNIX for Dummies Questions & Answers
Hi !
i have to write a script that archivs homes not used since 3 years.
First, my script gathers the users that are concerned, using the following command :
ll -lt /home/*/.sh_history | egrep '2000|1999|1998|1997' | awk '{print $3}'
i obtain a list like this :
user_1
user_2
...... (3 Replies)
Discussion started by: tomapam
3 Replies
10. UNIX for Dummies Questions & Answers
Hi friends..
I want to be able to copy a file from one location to another (locally). The location the files are copied to should have compressed instances of the files they were copied from.
copy from /home/user/test.file
copy to /backup/user/test.file.Z
I need to be able to do this... (1 Reply)
Discussion started by: sureshy
1 Replies