Linked by Thom Holwerda on Wed 21st Dec 2005 18:11 UTC
Windows "Welcome to the Script Center portal for the Microsoft Shell (also known as MSH or Monad), Microsoft's next-generation command-line and scripting environment. We'll be adding new content and scripts periodically - so check back with us every once in a while. We'd like to be sure we're continuing to meet your needs, so let us know what you'd like to see here."
Thread beginning with comment 76780
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[2]: MSH is very nice.
by on Wed 21st Dec 2005 20:54 UTC in reply to "RE: MSH is very nice."

Member since:

"Let's take a contrived example from Unix:

Top 10 large files in a directory.

ls -l | sort -r -n +4 -5 | head | awk '{print $9}' "

And then came GNU ls :

ls -S|head -10

Reply Parent Bookmark Score: 2