Current Path :
/
usr
/
share
/
doc
/
util-linux-ng-2.17.2
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//usr/share/doc/util-linux-ng-2.17.2/getopt-test.tcsh
#!/bin/tcsh getopt -T >&/dev/null if ( $status == 4) then echo "Enhanced getopt(1)" else echo "Old getopt(1)" endif