2012年7月16日 - I recently reviewed someone's bash code, and noted their use of getopt. ... bin/bash # getopts example while getopts a:b:c flag; do case $flag in ...
blog.onetechnical.com