Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
primitivesuave
on Jan 25, 2014
|
parent
|
context
|
favorite
| on:
Bro pages: like man pages, but with examples only
Interesting point, just want to point out that changing the name is as simple as
sudo echo "bro $*" > /usr/bin/explain
donotsurveil
on Jan 25, 2014
|
next
[–]
No it's not. sudo echo "bro $*" >
http://bropages.org
doesn't work and "gem install explain" neither.
leif
on Jan 25, 2014
|
prev
[–]
sudo echo foo > bar doesn't work, instead use echo foo | sudo tee bar
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
sudo echo "bro $*" > /usr/bin/explain