Results 1 to 5 of 5

Thread: .tar

  1. #1

    Default .tar

    What program opens a .tar? Not .rar but .tar?

  2. #2
    Hypnotising you crono_logical's Avatar
    Join Date
    May 2001
    Location
    Back in Time
    Posts
    9,313
    Contributions
    • Former Administrator
    • Former Cid's Knight

    Default

    Winrar

    Or use tar -xfjv filename.tar or some variation of switches from linux
    Problems playing downloaded videos? Try CCCP


  3. #3
    Got obliterated Recognized Member Shoeberto's Avatar
    Join Date
    Jun 2000
    Location
    THE OC BABY
    Posts
    12,018
    Blog Entries
    1
    Contributions
    • Former Cid's Knight

    Default

    WinRAR will open it. Though .tars are generally associated with Linux.


  4. #4
    ORANGE Dr Unne's Avatar
    Join Date
    Dec 1999
    Posts
    7,394
    Articles
    1
    Contributions
    • Former Administrator
    • Former Developer
    • Former Tech Admin

    Default

    tar -xvf filename.tar will un-tar a tar file. The j flag to tar in Linux pipes a .tar.bz2 file through bunzip2. And I think the f flag has to come last, because tar looks for a filename as an argument to the f flag. x is for extract, v is for verbose, f is for filename.

    Winzip should also open .tar files, from what I remember. Any archival program worth anything will be able to un-tar a tar file.

  5. #5

    Default

    Ok thanks. (isn't a Linux user... well not yet at least)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •