Exforsys

Online Training

Want to Send Files

This is a discussion on Want to Send Files within the Linux forums, part of the Operating Systems category; I have number of files to be sent across to another user in my UNIX operating system. Since each file ...


Go Back   Exforsys > Operating Systems > Linux

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 05-18-2007, 04:14 PM
Senior Member
 
Join Date: Apr 2006
Posts: 141
Adrian is on a distinguished road
Want to Send Files

I have number of files to be sent across to another user in my UNIX operating system. Since each file is of large size and there are numerous files I want to compress in a efficient manner these files and send it to the user so that the user can unzip at their end as individual files. How can I do this in my UNIX system?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 05-19-2007, 04:35 PM
Senior Member
 
Join Date: Apr 2006
Posts: 162
sammy is on a distinguished road
There are lot of ways for compressing in UNIX operating system and sending the lot of files you have. As a first step first give tar command to all the files you have and then proceed with process of compressing the files by using the gzip command with -c clause in it followed by all the files you have and the resultant compressed file can be stored in a single new file. Say for instance you have tow files named as test1 and test2.To compress these files first use tar command on the two files test1 and test2 and then use the below option to compress the files as:
gzip -c test11 test22 > result.gz

The above would compress the tow files test1 and test2 and the resultant compressed file will be in result.gz. Follow the same above approach for all the files you have.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
FAQ: How to find people's E-mail addresses David Alex Lamb Tech FAQ 1 06-24-2007 09:57 AM
Apple II Csa2 FAQs: Uploading & Downloading, Part 21/25 rubywand@swbell.net Tech FAQ 0 05-04-2004 10:01 AM
Viruses and the Mac FAQ David Harley Tech FAQ 0 04-26-2004 06:46 AM
Viruses and the Mac FAQ David Harley Tech FAQ 0 04-11-2004 08:10 AM
Apple II Csa2 FAQs: Telecom Hardware & Transfers, Part 20/25 rubywand@swbell.net Tech FAQ 0 04-04-2004 08:29 AM


All times are GMT -4. The time now is 02:38 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0
Copyright 2004 - 2007 Exforsys Inc. All rights reserved.