View Single Post
  #13  
Old 03-27-2007, 01:43 PM
unix unix is offline
Junior Member
 
Join Date: Sep 2009
Posts: 0
Default Re: AWK for Windows XP?

Matthias Tacke wrote:
> in pure batch this is:
> for /f "tokens=11" %A in (test.txt) do @echo/%A


Hmm, I am guessing that this will be more efficient in awk. Am I right?
Reply With Quote