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