source

img title=“I don’t know what’s worse–the fact that after 15 years of using tar I still can’t keep the flags straight, or that after 15 years of technological advancement I’m still mucking with tar flags that were 15 years old when I started.”

  • SirQuackTheDuck
    link
    fedilink
    arrow-up
    14
    arrow-down
    1
    ·
    2 years ago

    tar -extract -any -file is easier, auto detect the compression based on filename.

    • exu@feditown.com
      link
      fedilink
      English
      arrow-up
      7
      ·
      2 years ago

      I think GNU tar automatically detects the compression, making -a unnecessary in that case.