aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/cat.fish
blob: d9274a11341691a86325fd3b6f824430e55a6347 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
complete -c cat -s A -l show-all -d (N_ "Escape all non-printing characters")
complete -c cat -s b -l number-nonblank -d (N_ "Number nonblank lines")
complete -c cat -s e -d (N_ "Escape non-printing characters except tab")
complete -c cat -s E -l show-ends -d (N_ "Display \$ at end of line")
complete -c cat -s n -l number -d (N_ "Number all lines")
complete -c cat -s s -l squeeze-blank -d (N_ "Never more than single blank line")
complete -c cat -s t -d (N_ "Escape non-printing characters except newline")
complete -c cat -s T -l show-tabs -d (N_ "Escape tab")
complete -c cat -s v -d (N_ "Escape non-printing except newline and tab")
complete -c cat -l help -d (N_ "Display help and exit")
complete -c cat -l version -d (N_ "Display version and exit")