Shell script

Closed
hari - Sep 1, 2009 at 06:11 AM
 hari - Sep 1, 2009 at 08:05 AM
Hello,
hi i want to know how to write a script to copy a file from one machine to other machine.
like if i am having a file as blue.txt and i want it to copy in to other machine by using shell script.

please help me, and reply me asap.

1 response

jipicy Posts 40842 Registration date Wednesday August 27, 2003 Status Moderator Last seen August 10, 2020 17
Sep 1, 2009 at 07:53 AM
Hello,
scp blue.txt user@another_machine:/some_place/blue.txt
;-))
0
thanks for reply

but i want it in a script format not in a single comand
0