1828214 Members
2340 Online
109975 Solutions
New Discussion

script help

 
John Guster
Trusted Contributor

script help

in ksh
while read a b c
do
echo $a
done
what will be in c shell?
Thank you.
3 REPLIES 3
Aussan
Respected Contributor

Re: script help

The same
The tongue weighs practically nothing, but so few people can hold it
James R. Ferguson
Acclaimed Contributor

Re: script help

Hi John:

Why would you want to use the disfunctional C-shell? It's redirection is brain-damaged!

http://www.ooblick.com/text/CshProgrammingConsideredHarmful.html

Regards!

...JRF...
John Guster
Trusted Contributor

Re: script help

close.