File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,13 @@ variety of languages and technologies. These are things that don't really
77warrant a full blog post. These are mostly things I learn by pairing with
88smart 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 )
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments