HEX
Server: Apache
System: Linux opal14.opalstack.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
User: curbgloabal_opal (1234)
PHP: 8.1.29
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //usr/share/fish/completions/bunzip2.fish
complete -c bunzip2 -x -a "(
	__fish_complete_suffix .tbz
	__fish_complete_suffix .tbz2
)
"

complete -c bunzip2 -x -a "(
	__fish_complete_suffix .bz
	__fish_complete_suffix .bz2
)
"

complete -c bunzip2 -s c -l stdout --description "Decompress to stdout"
complete -c bunzip2 -s f -l force --description "Overwrite"
complete -c bunzip2 -s k -l keep --description "Do not overwrite"
complete -c bunzip2 -s s -l small --description "Reduce memory usage"
complete -c bunzip2 -s v -l verbose --description "Print compression ratios"
complete -c bunzip2 -s L -l license --description "Print license"
complete -c bunzip2 -s V -l version --description "Display version and exit"