Current Path : /proc/2/root/usr/share/doc/util-linux-ng-2.17.2/ |
Current File : //proc/2/root/usr/share/doc/util-linux-ng-2.17.2/getopt-test.bash |
#!/bin/bash if `getopt -T >/dev/null 2>&1` ; [ $? = 4 ] ; then echo "Enhanced getopt(1)" else echo "Old getopt(1)" fi