search directory
Search Commands
Search tools, operations, flags, and command strings. Results are capped for Worker performance.
Bat Commands
21 bat entries
Limited to 100 results
bat HTTP
Bat Command: Concatenate
bat <path/to/file1 path/to/file2 ...> > <path/to/target_file> bat HTTP
Bat Command: Concatenate Files
bat <path/to/file1 path/to/file2 ...> > <path/to/target_file> bat HTTP
Bat Command: Concatenate Files To Target
bat <path/to/file1 path/to/file2 ...> > <path/to/target_file> bat Operations
Bat Command: Display Supported Languages
bat -L bat Operations
Bat Command: Highlight Lines
bat -H {10|5:10|:10|10:|10:+5} <path/to/file> bat Operations
Bat Command: Highlight Specific Lines
bat -H {10|5:10|:10|10:|10:+5} <path/to/file> bat HTTP
Bat Command: Highlight Json
bat -l json <path/to/file.json> bat Operations
Bat Command: Highlight Lines
bat -H {10|5:10|:10|10:|10:+5} <path/to/file> bat Operations
Bat Command: List Supported Languages
bat -L bat Operations
Bat Command: List Languages
bat -L bat Operations
Bat Command: Number Lines
bat -n <path/to/file> bat Operations
Bat Command: Pretty Print Files
bat <path/to/file1 path/to/file2 ...> bat Operations
Bat Command: Pretty Print Files To Stdout
bat <path/to/file1 path/to/file2 ...> bat Operations
Bat Command: Pretty Print
bat <path/to/file1 path/to/file2 ...> bat Operations
Bat Command: Remove Decorations Disable Paging
bat --style plain --pager never <path/to/file> bat Operations
Bat Command: Remove Decorations Except Line Numbers
bat -n <path/to/file> bat Operations
Bat Command: Remove Decorations Keep Line Numbers
bat -n <path/to/file> bat Operations
Bat Command: Remove Decorations
bat --style plain --pager never <path/to/file> bat Operations
Bat Command: Show Non Printable Characters
bat -A <path/to/file> bat Operations
Bat Command: Show Non Printable
bat -A <path/to/file> bat HTTP
Bat Command: Syntax Highlight Json File
bat -l json <path/to/file.json>