M
Michael Foukarakis
I'm just going to redirect you to Command Line Kung Fu, an excellentThere's a word for that. 'Denial'.
I guess we have different criteria for advanced or modern. To me if I
BUY and install a distro [of whatever] then have to buy/find/scrounge
around for tools to actually make it useful, while many other distros
make that available by default... it's not an advanced OS.
I mean let's work down the list of things you don't get from a blank
Vista/Win7 install
- compiler, build tools like make, cvs/rcs, debuggers, etc...
- real shell [that is compatible with the 1000s upon 1000s of scripts
out there]
- remote shell access [rdesktop is cool but let's be real, TTY is
often better]
- Office Suite
- Image Editing Tools
- Audio Mixing Tools
- Tux Racer
- Ton of userland tools that make work possible (perl, sed, awk, grep,
find, xargs, gzip, ...)
- oh, and the source to all of that
Powershell. And cmd *is* a shell.
cmd.exe is a shell in that it's a TTY that lets you run commands, but
compared to the versatility of say bash ... get real.
And Powershell is not remotely compatible with sh/csh/tcsh/bash. It
uses it's own scripting language because it's "special."
Please point me to the Linux/UNIX analogous of OllyDbg. Then you can
talk shit again.
Well show me in Win7 where you get tools like sed, perl, awk,
grep, ...
And before you comment on the usefulness, a very common one I get is
say you have a directory of 100s of files with the names like
Family_Summer_2007_*.jpg
And you want to change it to 2008. How do you do that in Powershell
or cmd.exe?
source of associated tricks. You have lots to learn, I suggest you
start fast.
After that, I also suggest you study the separation between an
operating system and user application.
Have fun.