2007-10-29 02:31:40 +08:00
|
|
|
#
|
|
|
|
# Command specific completions for the awk command.
|
|
|
|
# These completions where generated from the commands
|
|
|
|
# man page by the make_completions.py script, but may
|
|
|
|
# have been hand edited since.
|
|
|
|
#
|
|
|
|
|
2020-06-18 06:35:34 +08:00
|
|
|
complete -c awk -s F -d 'Define the input field separator' -r
|
2017-10-12 01:17:35 +08:00
|
|
|
complete -c awk -s f -d 'Specify the pathname of the file progfile containing an awk program' -r
|
2020-06-18 06:35:34 +08:00
|
|
|
complete -c awk -s v -d 'Ensure that the assignment argument is in the same form as an assignment operand' -r
|