On Thu, 16 Feb 2012 21:35:12 -0800 Harmon wrote:
> Running uwin ksh version 93t+ 2010-05-24 on Windows 7;

> the command line entry                ls-l|awk '{print}'
> does not work properly. It should take the directory list generated
> by 'ls -l', pass it through the 'awk print' and dump it to STD_OUT. It
> does not do so.

I'm assuming ls-l is a typo for ls -l

        ls -l | awk '{print}'

what does it do?
any output to stdout, stderr?
exit code?

_______________________________________________
uwin-users mailing list
uwin-users@research.att.com
https://mailman.research.att.com/mailman/listinfo/uwin-users

Reply via email to