Please see this


Contents

- INDEX
- HP-UX Index
- Solaris
- Linux Index
- Other Unix types
- General Unix
- Unix Networking
- Unix Scripts
- Unix databases

Associated Information

- none

Useful Links

- GAWK Manual
- Sed resources

Reading input with csh

To read input from stdin using the csh (similiar to while read VARIABLE with ksh), do the following:

while ( 1 ) set LINE = "$<" if ( "$LINE" == "" ) then break endif rest of code using $LINE here .... end

Copyright 2000 Intronet Computers Ltd
Email: Intronet Computers for enquiries