The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #6 (permalink)  
Old 09-26-2008
risk_sly risk_sly is offline
Registered User
  
 

Join Date: Sep 2008
Posts: 17
Thanks again Jim, but I still get the "arr[: event not found error". I also noticed that when I recall the command (by pressing up arrow key), the part "![arr", is removed from the script. ie. the script becomes

awk -F, '$1]++' oldfile > newfile

im running on a solaris, and have also tried gawk and nawk, but the same error is being returned.

thank you.