
03-27-2007, 01:43 PM
|
| Junior Member | | Join Date: Sep 2009
Posts: 0
| |
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? |