Bernard Leak wrote:

cat > test.awk <<EOF
BEGIN {
 FS="[ \t]+GPG_ERR_";
}

//^#/ { next; }

Is this line correct?  I get:

gawk: test.awk:5: //^#/ { next; }
gawk: test.awk:5:   ^ syntax error
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to