I can't seem to get awk to work. Here is the command line I'm trying to use: 

svn ls -R | awk "print $1" 

(This is just a basic example, so ignore the fact that the awk part isn't 
necessary to get the output.) Here is the error I get: 

awk: print $1 
awk: ^ syntax error 
errcount: 1 
svn: Write error: Invalid argument 

When I try to use ' instead of " I get this: 

awk: 'print 
awk: ^ invalid char ''' in expression 
svn: Write error: Invalid argument 

Even something simple like this doesn't work: 

awk '{print "foo"}' 



I'm using cmd.exe on Vista. 

-Brad 
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
GnuWin32-Users mailing list
GnuWin32-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users

Reply via email to