path: bash-completion_1:2.16.0-8/completions/pidof _comp_compgen_pnames } && complete -F _comp_cmd_pidof pidof # ex: filetype=sh path: bash-completion_1:2.16.0-8/completions/pidof # pidof(8) completion -*- shell-script -*- _comp_cmd_pidof() path: bash-completion_1:2.16.0-8/completions/pidof # pidof(8) completion -*- shell-script -*- _comp_cmd_pidof() { local cur prev words cword comp_args path: bash-completion_1:2.16.0-8/test/t/test_pidof.py class TestPidof: # "p": Assume that our process name completion runs ps @pytest.mark.complete("pidof p") def test_1(self, completion): assert completion path: bash-completion_1:2.16.0-8/test/t/test_pidof.py @pytest.mark.complete( "pidof -", require_cmd=True, xfail="! pidof --help &>/dev/null" ) def test_2(self, completion): path: bash-completion_1:2.16.0-8/test/test-cmd-list.txt pgrep phing pidof pine pinfo path: bash-completion_1:2.16.0-8/CHANGELOG.md * checksec: New completion ([ffd9038](https://www.github.com/scop/bash-completion/commit/ffd9038923aed3e8be6fe1c746ea3d41407cacb6)) * pdftotext: New completion ([4289460](https://www.github.com/scop/bash-completion/commit/4289460691719255ca5d34c04d2a7cacc6ccd1ba)) * pgrep, pidof, pkill, pwdx, vmstat: Add support for procps-ng ([f68589f](https://www.github.com/scop/bash-completion/commit/f68589fde4a95c1b30c9cbb70dcfada133f0f09e)) * __get_cword: avoid $index < 0 (Alioth: #315107) ([fa1ad7d](https://www.github.com/scop/bash-completion/commit/fa1ad7dff9e7099b14552a8782181e9b00f89cc2)) * rpm: Add --whatenhances/recommends/suggests/supplements and --recommends/supplements completions ([81acda7](https://www.github.com/scop/bash-completion/commit/81acda727a9ca34eb156c69becf38eac68b50ea7)) path: bash-completion_1:2.16.0-8/test/t/Makefile.am test_pgrep.py \ test_phing.py \ test_pidof.py \ test_pine.py \ test_pinfo.py \ path: bash-completion_1:2.16.0-8/completions/Makefile.am perltidy \ pgrep \ pidof \ pine \ ping \