I have a file where I would like to use an entire word as a delimiter (i.e. group). Can that be done?
Also, I would like to prompt the user for the delimiter in a shell script and then use it in the awk program. I know I can read a variable into awk but I don't think it works in the BEGIN section. Thanks.
Also, I would like to prompt the user for the delimiter in a shell script and then use it in the awk program. I know I can read a variable into awk but I don't think it works in the BEGIN section. Thanks.