![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| multi part compressed files | gffb | UNIX for Dummies Questions & Answers | 7 | 05-01-2008 08:32 PM |
| diff on compressed files with tar.gz ext | rakeshou | UNIX for Dummies Questions & Answers | 7 | 09-20-2007 03:27 PM |
| Line count for compressed files | swamy455 | Shell Programming and Scripting | 1 | 08-02-2007 11:40 PM |
| delete compressed files from year 2005 | igidttam | UNIX for Dummies Questions & Answers | 5 | 03-23-2007 04:42 PM |
| Import data from compressed file | ap_gore79 | Shell Programming and Scripting | 4 | 06-18-2004 02:39 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
import compressed files using pipe
I am trying to import compressed files using a pipe on a server, IBM AIX UNIX 3.4, with very little disk space
The command is: nohup cat xaa xab xac xad xae xaf xag | uncompress - > imp_pip & Then the imp_pip file is used in the import statement, files=imp_pip Does this statement uncompress the files into the file imp_pip so that there needs to be disk space available to handle it? |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|