Hi there all I am looking for some material on awk or gawk, if you wondering what I am talking about I mean awk as in the shell command.
e.g. ls | awk {print ($1,$2)}
I have read bits and peices of many shell scripting books and they always touch on awk but not in great depth the frusterating bit is most of the books
mention thet awk is almost a fully developed programming language but one never gets to see what it can do besides how it as able to select collumnst etc.
so I thought I would like to get my hands on a detailed paper I could download or a book I could buy.
another comand that has been mentioned to have allot more to it than most literature dares to describe is the "sed" command
e.g.
sed /"1"/"one"/
here the same as awk if anyone knows of any literature describing this "languae" please do send it on
for those of you who dont know what I am talking about both "awk" and "sed" are shell comands in a unix/linux based system.
cheers
e.g. ls | awk {print ($1,$2)}
I have read bits and peices of many shell scripting books and they always touch on awk but not in great depth the frusterating bit is most of the books
mention thet awk is almost a fully developed programming language but one never gets to see what it can do besides how it as able to select collumnst etc.
so I thought I would like to get my hands on a detailed paper I could download or a book I could buy.
another comand that has been mentioned to have allot more to it than most literature dares to describe is the "sed" command
e.g.
sed /"1"/"one"/
here the same as awk if anyone knows of any literature describing this "languae" please do send it on
for those of you who dont know what I am talking about both "awk" and "sed" are shell comands in a unix/linux based system.
cheers
