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

aleu@vp.pl wrote:
> 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?


Maybe, depends on preferences, the environment, size and structure of the file.

--
Greetings
Matthias
Reply With Quote