You are not logged in.

#1 2012-03-04 02:35:22

brewforce
Member
Registered: 2011-12-04
Posts: 8

File transfer status in rxvt-unicode?

Hello,
I had mounted a cifs and had been copying some movies from one of my computers to another through the terminal (mount -t cifs comp1:/share/ ~/somemntpoint) and I realized that I had no idea about the status of the file transfer.  Is there an additional package or some other way to display the status of a file transfer (mv or cp) in rxvt-unicode?  I am just looking for something similar to the status bar you get when you use pacman ( [###-------------]).

After poking around the internet and the arch forums for a bit I was unable to find a solution.  Hopefully this is not a stupid question.

Offline

#2 2012-03-04 05:50:08

mrhmouse
Member
From: South Eastern US
Registered: 2011-09-09
Posts: 36

Re: File transfer status in rxvt-unicode?

You could have started with mv -v pr cp -v. Really doesn't matter what terminal emulator you use. Other than that I have no clue. You could check documentation for mv and cp to see if they respond to signals, although a quick browse didn't have any luck.

alias cp='cp -v'
alias mv='mv -v'

I have this in my ~/.bashrc for this reason.

Offline

#3 2012-03-04 22:36:07

brewforce
Member
Registered: 2011-12-04
Posts: 8

Re: File transfer status in rxvt-unicode?

Sorry, I also have aliases for mv/cp -v in my bashrc. I would have imagined there would be an optional package or an additional switch that enables this functionality. I will continue the search.

Offline

#4 2012-03-04 22:41:48

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: File transfer status in rxvt-unicode?

Offline

#5 2012-03-04 23:33:25

brewforce
Member
Registered: 2011-12-04
Posts: 8

Re: File transfer status in rxvt-unicode?

Thanks, I'll have to take a closer look later. I'll post a reply with some inserts to show what it looks like.

Offline

#6 2012-03-04 23:41:11

mrhmouse
Member
From: South Eastern US
Registered: 2011-09-09
Posts: 36

Re: File transfer status in rxvt-unicode?

Nice script! That's really useful, thanks.

Offline

Board footer

Powered by FluxBB