I'm on Debian (unstable) too, I like it very much! I was commenting on the command line (bash, etc.), after learning PowerShell it just seems so... primitive. It's text-oriented, so you have to parse everything and there is no automatic tab-completion except for the commands themselves (i.e. I can't type nm<tab> --ti<tab> agg<tab> for `nmap --timing aggressive`). This is normal, as bash is MUCH MUCH older than PS, so I'm not expecting it to be on par with it, but I can't help comparing them...