[1/2] cmd/tests: Add FOR /D tests (try 2)

Octavian Voicu octavian.voicu at gmail.com
Fri Jul 29 15:05:10 CDT 2011


2011/7/29 Frédéric Delanoy <frederic.delanoy at gmail.com>:
> +rem for /d %%i in (ba*) do echo %%i>> tmp
> +rem sort < tmp
> +rem del tmp

I believe you can also use this syntax [put for instruction in
parentheses, add | sort at the end]:
(for ... ...) | sort

Btw, it's a horrible hack, but until you'll have a wine sort you can
test with (for ... ...) | Z:\usr\bin\sort :)

Octavian



More information about the wine-devel mailing list