Skip to content

Commit 637a19e

Browse files
committed
Add ack --bar as a til and add the ack section
1 parent 8b177b5 commit 637a19e

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ variety of languages and technologies. These are things that don't really
77
warrant a full blog post. These are mostly things I learn by pairing with
88
smart people at [Hashrocket](http://hashrocket.com/).
99

10-
_514 TILs and counting..._
10+
_515 TILs and counting..._
1111

1212
---
1313

1414
### Categories
1515

16+
* [Ack](#ack)
1617
* [Chrome](#chrome)
1718
* [Clojure](#clojure)
1819
* [CSS](#css)
@@ -35,6 +36,10 @@ _514 TILs and counting..._
3536

3637
---
3738

39+
### Ack
40+
41+
- [ack --bar](ack/ack-bar.md)
42+
3843
### Chrome
3944

4045
- [Pretty Print Tabular Data](chrome/pretty-print-tabular-data.md)

ack/ack-bar.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# ack --bar
2+
3+
There is a fun Easter egg in the `ack` command that dumps a Star Wars meme
4+
to the command line. Give it a try.
5+
6+
```bash
7+
$ ack --bar
8+
```
9+
10+
See `man ack` for more details.

0 commit comments

Comments
 (0)