Find the answer to your Linux question:
Results 1 to 7 of 7
How do I get a task bar for the commmand line for the tar.gz or tar.bz2 when compressing files? I want a task like wget has for download and like ...
  1. #1
    Linux Newbie
    Join Date
    Jan 2010
    Location
    usa
    Posts
    124

    tar.gz or tar.bz2 with task bar

    How do I get a task bar for the commmand line for the tar.gz or tar.bz2 when compressing files? I want a task like wget has for download and like you get when you tar.gz or tar.bz2 with a gui.

  2. #2
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,977
    I answered this to your post on the Linux.com | The source for Linux information forums.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

  3. #3
    Linux Newbie
    Join Date
    Jan 2010
    Location
    usa
    Posts
    124
    Command Line Progress Bar | Download Command Line Progress Bar software for free at SourceForge.net

    I fond the above program call bar it shows a prograss bar how ever I cant seem to get it to work for the command
    tar -zcf /home/dir/dir.tar.gz /home/dir/
    copy /home/dir /otherdir/dir

    I have attached the man bar so that you can help me. I tryed to read the man bar but could not make heads or tails of it.

  4. #4
    Linux Newbie
    Join Date
    Jan 2010
    Location
    usa
    Posts
    124
    the man bar file is 34.4 kb so i had to zip it so that i could upload it.
    Attached Files Attached Files

  5. #5
    Linux Newbie
    Join Date
    Jan 2010
    Location
    usa
    Posts
    124
    best I have been able to do is this
    tar -zcvvvvf chant.tar.gz chant/ | zenity --progress --text="zipping" --percentage=1 --auto-kill

    have no idea as to how to get "--test=zipping" to show a % as the progress bar moves

  6. #6
    Linux Newbie
    Join Date
    Jan 2010
    Location
    usa
    Posts
    124
    tar -zcvvvvf file.tar.gz chant/ | tee | bar

  7. #7
    Linux Newbie
    Join Date
    Jan 2010
    Location
    usa
    Posts
    124
    tar -zcvvvvf file.tar.gz chant/ | tee | bar -s 328m

    get bar now but no move of bar stays at 0% however the # still run at bottom. any one know what I'm doing wrong?

Posting Permissions

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