mirror of
https://github.com/jbranchaud/til
synced 2026-01-02 22:58:01 +00:00
11 lines
201 B
Markdown
11 lines
201 B
Markdown
# ack --bar
|
|
|
|
The [`ack`](https://beyondgrep.com/) utility has a fun Easter egg that dumps
|
|
a Star Wars meme to the command line. Give it a try.
|
|
|
|
```bash
|
|
$ ack --bar
|
|
```
|
|
|
|
See `man ack` for more details.
|