[SunHELP] secure remote backup - HELP

Dale Ghent daleg at elemental.org
Tue Aug 3 11:05:57 CDT 2004


On Aug 3, 2004, at 11:50 AM, Gary.Siao at bmo.com wrote:

> friends
>
> i am trying to do a secure remote backup using the script below but 
> getting
> an error "cut : invalid delimeter"... any ideas ???

You cannot specify multiple spaces with cut.

use awk instead:

awk '{print $1}'

/dale



More information about the SunHELP mailing list