Miscellaneous technical tips Linux * OS X * IBM AS/400 * Windows
defaults write $HOME/.MacOSX/environment "key" "value"
echo 'alias "ls"="/bin/ls -G"' >> ~/.bash_profileecho 'alias "ll"="/bin/ls -lG"' >> ~/.bash_profile