Skip to content

Commit 225f0eb

Browse files
authored
Add unbuffer command
1 parent fccde10 commit 225f0eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

blog_professional/_posts/2020-06-04-soap-box.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ I found that I was repeatedly re-googling links to share with new mentees, so I
7777
* `A a();`
7878
* you're just tryna make an `A` called `a`
7979
* but compiler bae thinks you're tryna declare a function `a` that returns an `A`
80+
* start reading from the TOP of horribly long compiler error messages: `unbuffer make 2&>1 | less -r`
8081

8182
## Text Editor & Shell
8283

0 commit comments

Comments
 (0)