[SunHELP] secure remote backup - HELP

Gary.Siao at bmo.com Gary.Siao at bmo.com
Tue Aug 3 11:19:28 CDT 2004


Hi Dale

Thanks a lot... awk works...

cheers !
====================================================
Gary Siao
Systems Analyst
Technology & Solutions - Open Systems Services
BMO Financial Group
T : 416.502.5906   F : 416.502.7038
E : Gary.Siao at bmo.com
====================================================


                                                                                                                           
                      Dale Ghent                                                                                           
                      <daleg at elemental         To:      The SunHELP List <sunhelp at sunhelp.org>                             
                      .org>                    cc:                                                                         
                      Sent by:                 Subject: Re: [SunHELP] secure remote backup - HELP                          
                      sunhelp-bounces@                                                                                     
                      sunhelp.org                                                                                          
                                                                                                                           
                                                                                                                           
                      03/08/2004 12:05                                                                                     
                      PM                                                                                                   
                      Please respond                                                                                       
                      to The SunHELP                                                                                       
                      List                                                                                                 
                                                                                                                           
                                                                                                                           




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
_______________________________________________
SunHELP maillist  -  SunHELP at sunhelp.org
http://www.sunhelp.org/mailman/listinfo/sunhelp



More information about the SunHELP mailing list