On Sun, Oct 10, 2004 at 01:50:47PM +0100, Anthony Anson wrote:
Where can I find a pretty comprehensive list of commands for the Debian command line?
Well, the available commands will differ depending on the packages you have installed, so, on that basis, I'd log in to a tty and run something along the lines of...
ls ${PATH//:/ } | less
assuming that your shell is bash.
Hope that helps,