knowledge/technology/applications/cli/bat.md

18 lines
425 B
Markdown
Raw Normal View History

2023-12-04 10:02:23 +00:00
---
obj: application
repo: https://github.com/sharkdp/bat
2024-03-08 21:53:45 +00:00
rev: 2024-01-17
2023-12-04 10:02:23 +00:00
---
2024-03-08 21:53:45 +00:00
2023-12-04 10:02:23 +00:00
# bat
2024-01-17 08:00:45 +00:00
bat is a cat rewrite in [Rust](../../dev/programming/languages/Rust.md)
2023-12-04 10:02:23 +00:00
## Usage
Flags:
```shell
-r, --line-range <N:M>... Only print specific lines
-A, --show-all Show non-printable characters
-p, --plain Only show plain style, no decorations
-d, --diff Only show changed lines
```