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 ...
- 03-17-2011 #1Linux 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.
- 03-17-2011 #2Linux Guru
- 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!
- 03-19-2011 #3Linux 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.
- 03-19-2011 #4Linux 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.
- 03-20-2011 #5Linux 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
- 03-20-2011 #6Linux Newbie
- Join Date
- Jan 2010
- Location
- usa
- Posts
- 124
tar -zcvvvvf file.tar.gz chant/ | tee | bar
- 03-20-2011 #7Linux 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?


Reply With Quote