Which two commands do the same thing? (choose two)

Which two commands do the same thing? (choose two)Category: Linux EssentialsWhich two commands do the same thing? (choose two)
Linux Questions Staff asked 1 year ago

Which two commands do the same thing? (choose two)

  • tar –czf foo.tar.gz foo*
  • tar –c foo | gzip > foo.tar.gz*
  • tar –xzf foo.tar.gz
  • tar –x foo | gzip
  • tar –tzf foo.tar.gz

About the author