In the command tar-cvjf foo.tbz a b c, what are a, b, and c?

In the command tar-cvjf foo.tbz a b c, what are a, b, and c?Category: Linux EssentialsIn the command tar-cvjf foo.tbz a b c, what are a, b, and c?
Linux Questions Staff asked 1 year ago

In the command tar-cvjf foo.tbz a b c, what are a, b, and c?

  • File names to be added to the archive
  • Matching operators; anything starting with a, b, or c will be added
  • a is the directory that will be prepended to files; b and c are files inside it
  • Extra flags passed to tar
  • Nothing; -cvjf only expects one parameter

About the author