Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
03-26-2006, 01:12 PM
|
#1
|
Member
Registered: Dec 2003
Location: Spain
Distribution: Slackware 14.1 64bit - multilib
Posts: 148
Rep:
|
mv with progress bar
Does anyone know if there is a mv command which displays a progress bar, like wget?
|
|
|
Click here to see the post LQ members have rated as the most helpful post in this thread.
|
03-26-2006, 02:13 PM
|
#2
|
Moderator
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,795
|
Catenate with progress, found in this page: http://www.ex-parrot.com/~chris/software.html is close to what you are looking for.
|
|
|
03-26-2006, 02:18 PM
|
#3
|
Member
Registered: Dec 2003
Location: Spain
Distribution: Slackware 14.1 64bit - multilib
Posts: 148
Original Poster
Rep:
|
Thanks for you help.
|
|
|
05-16-2010, 12:28 PM
|
#4
|
LQ Newbie
Registered: May 2010
Posts: 3
Rep:
|
try RSYNC
with a simple alias in your .bash_alias you'll get the same functionality your looking for..
alias rsynccopy="rsync --partial --progress --append --rsh=ssh -r -h "
alias rsyncmove="rsync --partial --progress --append --rsh=ssh -r -h --remove-sent-files"
obviously you can do it straight from the shell like this
user@server:/$ rsync --partial --progress --append --rsh=ssh -r -h --remove-sent-files SOURCE_FILE DESTINATION
OR ( with the alias )
user@server:/$ rsyncmove SOURCE_FILE DESTINATION
some versions of RSYNC use a different syntax..
check the "rsync --help" for more info ..
Last edited by talavishay; 05-16-2010 at 12:41 PM.
Reason: typo mistake + more info..
|
|
2 members found this post helpful.
|
05-16-2010, 03:13 PM
|
#5
|
LQ Guru
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 27,721
|
Quote:
Originally Posted by talavishay
with a simple alias in your .bash_alias you'll get the same functionality your looking for..
alias rsynccopy="rsync --partial --progress --append --rsh=ssh -r -h "
alias rsyncmove="rsync --partial --progress --append --rsh=ssh -r -h --remove-sent-files"
obviously you can do it straight from the shell like this
user@server:/$ rsync --partial --progress --append --rsh=ssh -r -h --remove-sent-files SOURCE_FILE DESTINATION
OR ( with the alias )
user@server:/$ rsyncmove SOURCE_FILE DESTINATION
some versions of RSYNC use a different syntax..
check the "rsync --help" for more info ..
|
Great....but this is a FOUR YEAR OLD THREAD, and the OP wasn't looking for info on rsync.
|
|
|
05-17-2010, 03:18 AM
|
#6
|
LQ Newbie
Registered: May 2010
Posts: 3
Rep:
|
move files with progress bar
Quote:
Originally Posted by TB0ne
Great....but this is a FOUR YEAR OLD THREAD, and the OP wasn't looking for info on rsync.
|
i was googling for "move files with progress bar" & this post came up...
thought i would go back here and post once i have found a solution for my quest..
what R U ? the time keeper??? + what R U tring to say ? extra info is bad..
jeezzz i was just trying to help , this is my first post here , thanks for the welcoming greeting..
WHATEVER...
|
|
|
05-17-2010, 03:34 AM
|
#7
|
LQ 5k Club
Registered: Dec 2008
Location: Tamil Nadu, India
Distribution: Debian
Posts: 8,578
|
Quote:
Originally Posted by talavishay
i was googling for "move files with progress bar" & this post came up...
thought i would go back here and post once i have found a solution for my quest..
what R U ? the time keeper??? + what R U tring to say ? extra info is bad..
jeezzz i was just trying to help , this is my first post here , thanks for the welcoming greeting..
WHATEVER...
|
Welcome (!) to LQ and thanks for giving detailed information to help others -- that's what the community part of FOSS is all about
Someone netsearching for something like the OP's question might have found this thread and have their question answered by your post.
On the other hand, here are a couple of reasons for not adding to old threads: - They get stale -- software itself changes and older links are less likely to work.
- Someone netsearching for a solution might only look at threads marked SOLVED. The older a thread, the less likely that the OP will come back and mark it SOLVED.
|
|
|
05-17-2010, 09:24 AM
|
#8
|
LQ Guru
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 27,721
|
Quote:
Originally Posted by talavishay
i was googling for "move files with progress bar" & this post came up...thought i would go back here and post once i have found a solution for my quest..what R U ? the time keeper??? + what R U tring to say ? extra info is bad..jeezzz i was just trying to help , this is my first post here , thanks for the welcoming greeting..
WHATEVER...
|
Please read the "How to ask questions the smart way" thread that's on here. Really, posting an answer to a 4 year old thread is pointless. The OP will have either figured it out, or have moved on by then. Asking in the thread "Hey, I'm looking for the same thing, anyone figure this out?" would have been far better.
The 'answer' you posted did not address the original question in any way, which is the actual issue.
|
|
|
05-17-2010, 09:43 AM
|
#9
|
LQ 5k Club
Registered: Sep 2009
Posts: 6,443
|
And no offence, but PLEASE don't use texting speak.
IMO it's hard to read and very immature and annoying.
|
|
|
06-25-2010, 02:44 PM
|
#10
|
LQ Newbie
Registered: Jun 2010
Location: netherlands
Distribution: Ubuntu
Posts: 3
Rep:
|
Quote:
Originally Posted by talavishay
with a simple alias in your .bash_alias you'll get the same functionality your looking for..
alias rsynccopy="rsync --partial --progress --append --rsh=ssh -r -h "
alias rsyncmove="rsync --partial --progress --append --rsh=ssh -r -h --remove-sent-files"
obviously you can do it straight from the shell like this
user@server:/$ rsync --partial --progress --append --rsh=ssh -r -h --remove-sent-files SOURCE_FILE DESTINATION
OR ( with the alias )
user@server:/$ rsyncmove SOURCE_FILE DESTINATION
some versions of RSYNC use a different syntax..
check the "rsync --help" for more info ..
|
Thanks talavishay, I came here through Google and this was indeed what I was looking for. Rsync is great, you can also use it for this purpose.
This is also my first post here, so I also registered here because of your input. So..not pointless at all.
TY!
|
|
|
07-03-2010, 02:49 AM
|
#11
|
LQ Newbie
Registered: Jul 2010
Posts: 1
Rep:
|
Hey talavishay, I too came to this thread looking for a way to move with a progress bar. I hadn't thought of using rsync, so thank you.
If you haven't already abandoned this community, I hope you read this and stay to see its good side. It can be hard to contribute to something like Linux when sometimes small people yell at you for no reason. The Linux community, like every community, is full of lots of different people, and I hope you don't let a loud irritated few speak for the quiet grateful many.
For what it's worth, MTK is right in that people will take you more seriously if you use proper grammar and spelling. It's your choice, but since it's a convention basically everywhere important you're likely to communicate, I think it's a habit worth getting into.
Anyway, thanks again for your efforts. You've helped me and probably many others.^‚
ìþÄý
|
|
|
11-16-2010, 06:52 AM
|
#12
|
LQ Newbie
Registered: Jan 2006
Posts: 6
Rep:
|
Thanks talavishay!
Exactly what I was asking for. Your responce answers my question exactly - which was the same as the OP's.
wait, I said OP - like many others do here - is that text talk?
|
|
|
11-17-2010, 12:09 AM
|
#13
|
LQ Newbie
Registered: May 2010
Posts: 3
Rep:
|
your more then welcome !!
by OP i think they mean Original Poster ..
oh .. and thanks everybody for the nice words on my behalf ..
|
|
|
10-04-2011, 02:47 PM
|
#14
|
LQ Newbie
Registered: Oct 2011
Posts: 1
Rep: 
|
Thanks to talavishay
I would also like to thank talavishay for his very useful answer.
Thanks

|
|
|
01-06-2012, 11:43 AM
|
#15
|
LQ Newbie
Registered: Jan 2012
Posts: 1
Rep: 
|
I also found this thread via a Google search and found talavishay's answer to be satisfactory. As such I registered on the forum just to post this reponse. I tend to find the reasoning as to why people shouldn't post answers on old threads quite humorous.
As is the case with this thread, people often use Google to find answers to their questions which can lead them to old threads or blog postings. This is the same reason I often update my old blog posts with new information or links to updated information.
|
|
|
All times are GMT -5. The time now is 05:00 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|