|
-
This is the syntax send to a compressed file using pipes. I do this often.
To export to a compressed file:
/etc/mknod pipename p
compress < pipename > newfilename.Z &
exp / file=pipename
To import from a compressed file:
/etc/mknod pipename p
uncompress < newfilename.Z > pipename &
imp / file=pipename
rm -f pipename
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|