Re: question about piping and standard output
- From: "Chirag Shukla" <chiragshuklaindia@xxxxxxxxx>
- Date: 31 May 2006 09:52:53 -0700
dump -0 -a -u -f - /dev/sda1 | split -b2000m - foo.dump && tar cvzf
foo.tar.gz && rm foo.dump*
Typed too fast and missed a thing, sorry. Here the correction:
dump -0 -a -u -f - /dev/sda1 | split -b2000m - foo.dump && tar cvzf
foo.tar.gz foo.dump* && rm foo.dump*
or
dump -0 -a -u -f - /dev/sda1 | split -b2000m - foo.dump && tar cvzf
foo.tar.gz foo.dump* > /dev/null && rm foo.dump*
.
- Follow-Ups:
- Re: question about piping and standard output
- From: Vilmos Soti
- Re: question about piping and standard output
- References:
- question about piping and standard output
- From: Ben
- Re: question about piping and standard output
- From: Chirag Shukla
- question about piping and standard output
- Prev by Date: Re: question about piping and standard output
- Next by Date: Re: question about piping and standard output
- Previous by thread: Re: question about piping and standard output
- Next by thread: Re: question about piping and standard output
- Index(es):