find . -name "*.tar.gz" -print0 | xargs -0 tar xzf

doesn't do what i would think it should do
instead it returns the list of tar.gz files with the error:

  tar: ./filename0.tar.gz: not found in archive
  tar: ./filename1.tar.gz: not found in archive
  tar: ./filename2.tar.gz: not found in archive
  tar: ./filename3.tar.gz: not found in archive
  tar: ./filename4.tar.gz: not found in archive
  ...

what'd i do wrong here?




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

Reply via email to