Comment by casey2
18 days ago
~/bin/cmd
$HOME/bin/cmd
c=$HOME/bin/ ; ${c}cmd # if you really are dead set on obfuscating your scripts.
Rather than the limited "magic of tab completion" I prefer the simple, yet general ls $HOME/bin
18 days ago
~/bin/cmd
$HOME/bin/cmd
c=$HOME/bin/ ; ${c}cmd # if you really are dead set on obfuscating your scripts.
Rather than the limited "magic of tab completion" I prefer the simple, yet general ls $HOME/bin
No comments yet
Contribute on Hacker News ↗