The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 04-30-2008
talashil talashil is offline
Registered User
 

Join Date: Apr 2008
Posts: 28
AIX command help

I have this command in my script and it's working fine with AIX:

Code:
ls init?*.ora 2>/dev/null | egrep -i -e ""
the same command is failing in Solaris 10.

does anyone have better idea how to make it work for both ?

Thanks

Last edited by Yogesh Sawant; 05-01-2008 at 05:30 AM. Reason: added code tags
Reply With Quote
Forum Sponsor