upilliappan
MIS
Hi
I ma getting the following error while executing the script .
Error message
# ./check_syntax
./check_syntax: line 115: syntax error near unexpected token `('
./check_syntax: line 115: ` /[A-Z]\=\`*\`/ { printf("\"%s\"\n", $0); next } \'
The line 115 is
awkOutput=`$AWK 'BEGIN { Ni=0 } \
/^#/ { next } \
/[A-Z]\=\`*\`/ { printf("\"%s\"\n", $0); next } \
/[A-Z_]\=/ { next } \
/^$/ { next } \
{ printf("\"%s\"\n", $0); next }' $ENV_FILE`
Please let me know if there are any syntax errors in the expression.
Regards
Upilli
I ma getting the following error while executing the script .
Error message
# ./check_syntax
./check_syntax: line 115: syntax error near unexpected token `('
./check_syntax: line 115: ` /[A-Z]\=\`*\`/ { printf("\"%s\"\n", $0); next } \'
The line 115 is
awkOutput=`$AWK 'BEGIN { Ni=0 } \
/^#/ { next } \
/[A-Z]\=\`*\`/ { printf("\"%s\"\n", $0); next } \
/[A-Z_]\=/ { next } \
/^$/ { next } \
{ printf("\"%s\"\n", $0); next }' $ENV_FILE`
Please let me know if there are any syntax errors in the expression.
Regards
Upilli