Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > by-pkgid > 5e64ffa14c2d9c8e0365b4db4d93444e > files > 114

util-linux-ng-2.17.1-5.2mdv2010.2.i586.rpm

#!/bin/tcsh
getopt -T >&/dev/null
if ( $status == 4) then
  echo "Enhanced getopt(1)"
else
  echo "Old getopt(1)"
endif