> what's the correct command to create a .tar.gz file in one step?
> 
tar czf path_to_tgz_file files_to_add

so, for example

tar czf /tmp/my.tar.gz /home/my/*

cheers



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to