• @[email protected]
    link
    fedilink
    141 year ago

    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

    • Fushuan [he/him]
      link
      fedilink
      English
      4
      edit-2
      1 year ago

      They are functionally flags though and uniletter flags should be preceded by a ‘-’, so I would still prefer to have the ‘-’ written, because it conforms with the standard.

    • @superbirra
      link
      11 year ago

      yeah, you can also ditch that f

      tar c /etc/passwd > fu.tar

      tar t < fu.tar

      tar x < fu.tar