Mail Archives: cygwin/1998/12/11/13:36:40
I'm having problems with a command to place the number of lines in a
file into an integer variable in Bash. The command
declare -i count=`wc -l address.tab | awk --source="{print \$1}"`
gives me the error
"C:/bin/bash.exe": declare: 6558 address.tab: syntax error in expression
(error token is "address.tab")
which is the same error you would get if you enter the command
declare -i count=`wc -l address.tab`
it appears the pipe( | ) in the quoted command is being ignored. Is
this normal behavior?
richard
--
Richard Schulte "Vanity of vanities! All is vanity"
rschulte AT geocities DOT com Ecclesiastes 1:2
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -