Quote |
I did not intend to imply that others should do things the way I do them, although the term "use aliases" does sound more imperative than I had intended. |
Quote |
In all honesty I don't believe more than a few people here are in a situation where they admin a multi-user system... |
Quote |
For example, below are the symlinks belonging to Wine... |
Quote |
once I delete this directory, only the symlinks are left. These will become broken links - I think broken links are shown with a different colour from normal links when running `ls` |
Code Sample |
#!/bin/bash if [ -x "/opt/vim/bin/vim" ]; then exec /opt/vim/bin/vim -c "syntax on" "$@" else exec vi "$@" fi |
Quote |
.tar.gz seems to imply that the package will be self-contained, whereas if you are downloading a .dsl, the expectation is to have files scattered all over /usr/local. |