To read all comments associated with this story, please click here.
Yeah, it reads to be very complicated, i found myself thinking why not just use cygwin whilst reading the article. To be honest i lost interest when
"When you pipe the output of this cmdlet, called Get-ChildItem, to the cmdlet Sort-Object,"
was mentioned, MS should just cut to the chase and impliment a proper unix (like?) shell without all the seemingly BS layers like what was written. Who needs the shell to work magic for us when the tried and tested
ls -lrt
can do what we need, without all the leg bone connects to the knee bone crud ...
man ls and man sort are your friends .... ohh sorry i assume not with this tool, for this its probably, start --> help --> search for text --> "powershell sort by file size"
I tend to agree with you. To me, the basic DOS syntax gets me by. Don't get me wrong, I like Unix shells like bash and csh much better. But, I don't get annoyed as much having to type copy instead of cp or dir instead of ls. I can live with that. But, if I want or need some elaborate OO code, I can use Python or C# or something made for writing powerful applications. What I miss are things associated with basic conveniences like:
o hitting tab twice to show more suggestions
o tabs on the command window itself
o up arrow history that can filter based on the few characters you type
o history that #1, works and #2 isn't forgotten between sessions
o includes apps like grep, sort, uniq, cut, sed and awk by default
I should elaborate to say that if MS will just make things less annoying, I will be happy. We have Vista at work. In fact, we have every new MS app at work. And, I have absolutely no interest in installing them. I could, but I'm just not excited by all of the hype.
Edited 2007-01-25 03:42





Member since:
2005-07-08
DOes anyone else see this as a bit complicated for a shell?