Tryag File Manager
Home
-
Turbo Force
Current Path :
/
proc
/
self
/
root
/
usr
/
share
/
doc
/
util-linux-2.13
/
Upload File :
New :
File
Dir
//proc/self/root/usr/share/doc/util-linux-2.13/getopt-test.tcsh
#!/bin/tcsh getopt -T >&/dev/null if ( $status == 4) then echo "Enhanced getopt(1)" else echo "Old getopt(1)" endif