I would like to write a script to edit (nedit) a file from one machine
to another without using rlogin?
Thanks
--
Posted via http://dbforums.com
I would like to write a script to edit (nedit) a file from one machine
to another without using rlogin?
Thanks
--
Posted via http://dbforums.com
#!/usr/bin/kshQuote:> I would like to write a script to edit (nedit) a file from one machine
> to another without using rlogin?
You can add usage checking, error checking and some options
(e.g. '-l' to specify alternative username for remote access,
'-s' to use scp instead of rcp), and some traps for doing tidyup
on signals, reset PATH, blah blah ....
Alexis
> I would like to write a script to edit (nedit) a file from one machine
> to another without using rlogin?
--
It is often the case that the man who can't tell a lie thinks he is the best
judge of one.
-- Mark Twain, "Pudd'nhead Wilson's Calendar"
1. Copy files with permissions across machines?
We are working on migrating our web/e-mail server from a red hat 9 box
to a mandrake 10.1 box. Is there a way we can copy files over while
keeping the permissions/owners on the files? If so, I assume the users
on the new box will have to have the same username and uid of the users
from the old box?
thanx
-joltman
3. How to synchronize files across standalone machines ?
4. Noatun icons
5. Maintaining .cshrc files across several machines
7. Problems xferring file across machines using minicom
8. How do I disconnect SLIP? (reply)
9. Live editing of Unix files on Win machine continued
10. Copying files across file systems
11. moving files across file systems
12. why do structs have different sizes across machines?