|
|
|
|
|
by declnz
2234 days ago
|
|
Hehe, well if we're going here there are various go-to shell commands / filenames / hostnames I inevitably end up using at some point just for the wry smile: $ PONG=1.1.1.1; ping $PONG
$ more cowbell
$ cat dog | tee hee
And my favourite choice of empty file: $ touch me
Also I was fairly please years ago when I briefly re-aliased cd to something that could do "the right thing" (TM): $ cd ...
$ cd ..../src/
etc.. |
|