Comment by primitivesuave
11 years ago
Interesting point, just want to point out that changing the name is as simple as
sudo echo "bro $*" > /usr/bin/explain
11 years ago
Interesting point, just want to point out that changing the name is as simple as
sudo echo "bro $*" > /usr/bin/explain
No it's not. sudo echo "bro $*" > http://bropages.org doesn't work and "gem install explain" neither.
sudo echo foo > bar doesn't work, instead use echo foo | sudo tee bar