 |
getopts - LinuxQuestions.org
Introduction to Linux - A Hands on Guide This guide was created as an overview of the Linux Operating System, ... while getopts "hmq?" opt; do case "$opt" in "m") MYWAY=1; $ECHO "MYWAY" shift;;; "q") QUIET=1; $ECHO "QUIET" shift;;; "h" | "?") exit 0;; ...
www.linuxquestions.org |
 |