File: getopt-test.tcsh

package info (click to toggle)
util-linux 2.13.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 15,436 kB
  • ctags: 4,442
  • sloc: ansic: 44,678; sh: 5,683; makefile: 651; perl: 86; csh: 43; sed: 16
file content (7 lines) | stat: -rwxr-xr-x 120 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
#!/bin/tcsh
getopt -T >&/dev/null
if ( $status == 4) then
  echo "Enhanced getopt(1)"
else
  echo "Old getopt(1)"
endif