/usr/bin/getopt: Difference between revisions

Created page with " getopt - parse command options (enhanced) SYNOPSIS getopt optstring parameters getopt [options] [--] optstring parameters getopt [options] -o|--options optstring [options] [--] parameters DESCRIPTION getopt is used to break up (parse) options in command lines for easy parsing by shell procedures, and to check for valid options. It uses the GNU getopt(3) routines to do this. The parameters getopt is called with can b..."
 
No edit summary
Line 1: Line 1:
       getopt - parse command options (enhanced)
       getopt - コマンドオプションを解析する(機能強化)


SYNOPSIS
SYNOPSIS