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 > Shell Programming and Scripting
.
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 11-24-2008
illcar illcar is offline
Registered User
  
 

Join Date: Nov 2008
Posts: 9
Quote:
Originally Posted by alex_5161 View Post
problem is:
1: 'awk' does not know the function 'gsub()'
use 'nawk'
2: why you do not change the 'sh' to 'bash' - everything will be simpler
Thanks, nawk did the trick.