home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Welt 1999 May
/
CDROM.ISO
/
suse
/
inst-sys
/
usr
/
lib
/
getopt
/
test.tcsh
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-03-18
|
120 b
|
8 lines
#!/bin/tcsh
getopt -T >&/dev/null
if ( $status == 4) then
echo "Enhanced getopt(1)"
else
echo "Old getopt(1)"
endif