Search Results

Search: Posts Made By: 4dirk1
15,000
Posted By ctsgnb
awk -F"kw01"|use the string kw01 as field...
awk -F"kw01"|use the string kw01 as field separator
'NF>1|if the number of field is greater than 1 (so in fact it is like "if the kw01 string is found in the line")
{printf "%s",$1;|display the...
15,000
Posted By ctsgnb
If you are on SunOS / Solaris, replace "awk" with...
If you are on SunOS / Solaris, replace "awk" with "nawk"
15,000
Posted By cambridge
I used the BEGIN section to load the contents of...
I used the BEGIN section to load the contents of your file into a string variable, using getline with the filename passed in from the shell via the f variable. I used standard pattern matching...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 12:18 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy