![]() |
2008-07-24
, 20:20
|
|
Posts: 4,930 |
Thanked: 2,272 times |
Joined on Oct 2007
|
#12
|
cp /root/a.txt /root/b.txt /root/c.txt /media/usb/sda1/1.txt /media/usb/sda1/2.txt
cp /root/*.txt /media/usb/sda1/
cp /root/a.txt /root/b.txt /root/c.txt /media/usb/sda1/
The Following 2 Users Say Thank You to Benson For This Useful Post: | ||
![]() |
2008-07-24
, 20:31
|
|
Posts: 4,930 |
Thanked: 2,272 times |
Joined on Oct 2007
|
#13
|
mcp '/root/*.txt' '/media/usb/sda1/#1.txt'
cp /root/*.txt /media/usb/sda1/*.txt but that doesn't seem to work - anyone see anything obviously wrong? I can see them on the flash but when I put it in my laptop to send them here, I don't see them. Also I can't seem to unmount the flash....
Is there a way of moving files with putty? It doesn't seem obvious to me...
TIA
C