![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| IP Networking Learn TCP/IP, Internet Protocol, Routing, Routers, Network protocols in this UNIX and Linux forum. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| automated ftp. | sangfroid | Shell Programming and Scripting | 10 | 05-07-2007 11:52 AM |
| process vs task | hana | UNIX for Dummies Questions & Answers | 2 | 07-02-2006 06:32 PM |
| Automated FTP | shauche | UNIX for Advanced & Expert Users | 11 | 07-11-2002 02:08 AM |
| FTP automated? | n9ninchd | UNIX for Dummies Questions & Answers | 6 | 05-18-2001 10:21 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Ftp
thanks for all of the help.. i guess i should have mentioned that i am running sco openserver.. i dont know if it matters or not, but the more information the better.... anyway, it looks like the best way to do this is to set up a script and use crontab..
manually, i was using the get command from the back up machine, but if its all the same, put from the production machine will work fine. now, its time to get down to the creation of the script and setting up cron to run it... my unix background is about three weeks, but i have been an (i apologize in advanced) NT admin for over a year, so please forgive my ignorance. anyway, if any of you would like to assist me in setting this up i would be very gratefull... This website, Unix: the complete reference, and sco unix in a nutshell are the only resources i have so far, so i am relying on you all a little... thanks again... e0-- |
|
|||||
|
vi
Well... I first started using it 17 years ago
and all I can remember is that it was 1000 times better than "ed" You do have emacs as another option but I don't think you'll like that much better. If you have X, you should be able to find a X text editor (perhaps pretty basic). The thing about vi is that you can pretty much find it on any **IX system. Anything else and all bets are off. I'm sure you could find a substitute on the net somwhere but I've never looked for one myself. Sorry about that |
|
|||||
|
First off, thanks for explaining that Perderabo! I thought that was all dealing with fds, but I wasn't sure. I love this forum...
As far as editors, vi is probably the most powerful, but one of the hardest to get used to... I myself used to be a vi hater... But there are several text editors available... kwrite (kde), pico, joe... the possibilties are endless. Several of them will color code scripts as you write them too. It's really quite fun! ... hmm... does that make me a nerd? Anyways, don't forget crontab -e to edit your crontab. It will use whatever you have the $EDITOR set to. In case you didn't know, here's the syntax for crontab: MIN HOUR DAY MONTH DAYOFWEEK COMMAND ie. 5 2 * * * /home/username/bin/script That will run your script every day, at 5 after 2 in the morning. Good luck and don't be afraid to ask questions. |
![]() |
| Bookmarks |
| Tags |
| linux, mtime, sendmail |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|