2007-10-29 04:31:40 +10: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 00:35:34 +02:00
|
|
|
complete -c awk -s F -d 'Define the input field separator' -r
|
2017-10-11 10:17:35 -07:00
|
|
|
complete -c awk -s f -d 'Specify the pathname of the file progfile containing an awk program' -r
|
2020-06-18 00:35:34 +02:00
|
|
|
complete -c awk -s v -d 'Ensure that the assignment argument is in the same form as an assignment operand' -r
|