9 More Discussions You Might Find Interesting
1. Shell Programming and Scripting
Hi experts
cp bin root src /mnt
but not copy bin/bigfile
any help?
( I post this thread in the "redhat" forum wrongly, I don't know how to withdraw that question in that wrong forum)
Thanks (6 Replies)
Discussion started by: yanglei_fage
6 Replies
2. UNIX for Dummies Questions & Answers
I was hoping to edit the command below to copy a file "start.bin" from the install cd to /root on the installation machine.
d-i preseed/late_command string \
wget -O /target/root/start.bin 'http://abc.start.bin' \
&& in-target chmod 755 /root/start.bin \
My best guess is it would... (0 Replies)
Discussion started by: dmunoz
0 Replies
3. HP-UX
we have 30 GB files on our filesystem which we need to copy daily to 25 location on the same machine (but different filesystem).
cp is taking 20 min to do the copy and we have 5 different thread doing the copy.
so in all its taking around 2 hr and we need to reduce it.
Is there any... (9 Replies)
Discussion started by: shipra_31
9 Replies
4. Shell Programming and Scripting
Hello,
I have a directory in which I have files as follows
CRDT.csv
CRDT.csv.1
CRDT.csv.2
....
CRDT.csv.n
I would like to copy it over to another directory as
crdt_lon.csv
crdt_lon.csv.1
crdt_lon.csv.2
....
crdt_lon.csv.n
I am looking for a one line command but I am... (5 Replies)
Discussion started by: srattani
5 Replies
5. Shell Programming and Scripting
Hi, im taking an entry Unix class, and as part of my lab assignment I have to copy all files in the /home/david/lab3 directory that have the file extension .save to your lab3/temp directory. I'm having trouble getting the grep to do anything worth while
I've been trying to do:
cp... (6 Replies)
Discussion started by: Critical jeff
6 Replies
6. UNIX for Dummies Questions & Answers
How can we copy a command string from a previous command line and paste it into the cursor position on the current command line? I know that ^c will not work as the shell will interpret as an interrupt signal.
Thanks, (1 Reply)
Discussion started by: Pouchie1
1 Replies
7. UNIX for Dummies Questions & Answers
scp /path/to/file <username>@<Other Server>:/path/to/newfile
If my file is named "Bob" and it is in my user "Accountant" and in a directory named "Invoice_folder"... How would this look in the above?
I can't seem to understand the logic of the above scp.
MOVING FILE FROM LOCATION #1:
/path... (1 Reply)
Discussion started by: woody62
1 Replies
8. Programming
hi, which Command is used for copy a file from one server to another server, please provide the syntax and give one small example...
Thanks in advance
sarwan (2 Replies)
Discussion started by: sarwan
2 Replies
9. UNIX for Dummies Questions & Answers
Hi ,
I have simple question as i am beginner , I have to copy one file from cd(compact disc) to my linux box on some directory. With which command and how can i do that?
Thanks
sam71 (2 Replies)
Discussion started by: sam70
2 Replies