Your IP : 216.73.216.155


Current Path : /usr/share/doc/util-linux/examples/
Upload File :
Current File : //usr/share/doc/util-linux/examples/getopt-test.tcsh

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