[–] 14 points 2 years ago (3 children)

The “-“ is often not necessary. I use it as a guide to see how long the person running tar has been using it.

Example:

tar -xf file.tar == tar xf file.tar

  • source