[Ilugc] about tar

  • From: arvy@xxxxxxxxxxx (Arvind Kalyan)
  • Date: 06 Apr 2004 11:49:00 +0530

Its not about less time, its about preserving file permissions,
acc/mod times this that. the && ensures that you do not untar the
stuff in the same directory if for some reason the `cd` fails. the -
indicates standard input and "." indicates pwd. the second part is
grouped inside () to make it a single job whose standard input is the
pipe.

Viveka Nathan K <vivek@xxxxxxxxxxxx> writes:

This is used to copy a Huge data.
In this case, it will take lesser time than normal
copying process.

It tars the files in current folder (.) and
untar it in the /marathi/marathi folder.

On 04/06/2004 10:28:34 AM, T.K.Venu Gopal wrote:
hello
what does it mean, just explain

 tar cBvf - . | ( cd /marathi/marathi && tar xBVf - )

venugopal



--
  T.K.Venu Gopal
  v27076685@xxxxxxxxxxx

--
http://www.fastmail.fm - The professional email service
_______________________________________________
To unsubscribe, email ilugc-request@xxxxxxxxxxxxx with
"unsubscribe <password> address"
in the subject or body of the message.
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


_______________________________________________
To unsubscribe, email ilugc-request@xxxxxxxxxxxxx with 
"unsubscribe <password> address"
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


-- 
Arvind Kalyan (arv) <arvy at kongu dot ac dot in>
i=0141;do{putchar(i);i=i&1?(0x10|i&0xf0)|(i&0xf)<<1:i&4?0:i|4;}while(i);


Other related posts: