Return
Styles:
Pseud0ch
,
Terminal
,
Valhalla
,
NES
,
Geocities
,
Blue Moon
.
Pages:
1-
unix cp
1
Name:
Anonymous
2009-04-30 8:03
When I copy large volumes of files it takes a long time and I don't know if everything's going right. If it's many small files, I can set -v and see every file copied, but how to check copying progress when I copy one large file?
2
Name:
Anonymous
2009-04-30 8:34
ls -s target
3
Name:
Anonymous
2009-04-30 8:47
And this is why
drag-and-drop in any 90's OS
is superior to
70's freewares
4
Name:
Anonymous
2009-04-30 8:52
>>3
Exactly, what am I supposed to do if my computer has no keyboard? Check and mate
RMS Michael Stallman
.
5
Name:
Anonymous
2009-04-30 8:53
alias cp='rsync --progress --partial'
6
Name:
Anonymous
2009-04-30 10:51
>>5
That's nice, any reason why this is inferior to cp?
7
Name:
Anonymous
2009-04-30 11:21
>>6
Your mom
8
Name:
Anonymous
2009-04-30 12:07
>>7
Your gay
9
Name:
Anonymous
2009-04-30 14:41
>>8
What about
my gay
?
10
Name:
Anonymous
2009-04-30 14:42
>>1
If no errors are showing up on the terminal then there's nothing to worry about.
If a quiet terminal makes you nervous then congratulations:
you have OCD
. Use
lsof -c /bin/cp
.
12
Name:
Anonymous
2011-02-03 6:44