For instance, when I say how to use GCC, I mean what the hell is ./configure.
because I don't know what tar.gz is (ok I know its a linux zip file)
and whats even more interesting/confusing is that I thought linux didn't have file extensions?
tar zxf myfile.tar.gz
tar zxf myfile
On the command line I can type "vi blahblahblah" and it will open up a vi editor, or I can type "top" and it will show me stuff. Thats all good and fine, but how do I know what I can type?
Why can I run vi from the command line but I have to type the full extension of other programs?