home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Welt 1999 May
/
CDROM.ISO
/
suse
/
inst-sys
/
usr
/
lib
/
getopt
/
test.bash
< 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
|
122 b
|
7 lines
#!/bin/bash
if `getopt -T >/dev/null 2>&1` ; [ $? = 4 ] ; then
echo "Enhanced getopt(1)"
else
echo "Old getopt(1)"
fi