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