I've got a script I wrote that backs up a few files to another computer..it's more complicated as far as content but basically foo-script goes: <BR><BR>#!/bin/tcsh <BR><BR>cp ~/main ...
I have written a couple of scripts to download a file from an FTP server (The perl script just works out the name of the file):<BR><BR>#! /bin/tcsh<BR>set CHIEF ...