mirror of
https://github.com/jbranchaud/til
synced 2026-01-06 08:38:01 +00:00
11 lines
182 B
Markdown
11 lines
182 B
Markdown
# ack --bar
|
|
|
|
There is a fun Easter egg in the `ack` command that dumps a Star Wars meme
|
|
to the command line. Give it a try.
|
|
|
|
```bash
|
|
$ ack --bar
|
|
```
|
|
|
|
See `man ack` for more details.
|