It works fine for me...

LUMINET/cdillon(127): ksh
$ ls -l
total 2
drwxr-xr-x   2 LUMINET/cdillon LUMINET/Domain+Users      512 Feb  7 14:46 bin
-rw-r--r--   1 LUMINET/cdillon LUMINET/Domain+Users      121 Feb  7 14:03 foo
$ ls -l | awk '{print}'
total 2
drwxr-xr-x   2 LUMINET/cdillon LUMINET/Domain+Users      512 Feb  7 14:46 bin
-rw-r--r--   1 LUMINET/cdillon LUMINET/Domain+Users      121 Feb  7 14:03 foo
$ ksh --version
  version         sh (AT&T Research) 93t+ 2010-05-24
$ uname -a
UWIN-W7 MAD-CDILLON- 4.5/6.1 2010-06-08 i686 i686 32/64 UWIN
$

-- Chuck
Charles E. Dillon
Manager, Software Development
EraGen Biosciences, a Luminex Company


-----Original Message-----
From: [email protected] 
[mailto:[email protected]] On Behalf Of Harmon
Sent: Thursday, February 16, 2012 11:35 PM
To: [email protected]
Subject: [uwin-users] awk problem



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.

It does work properly on a linux system with version M 1993-12-28 s+

What might be the problem?

Regards and thanks, Harmon Sommer ([email protected])
_______________________________________________
uwin-users mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/uwin-users

_______________________________________________
uwin-users mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/uwin-users

Reply via email to