... all I'm offering is the truth. Nothing more. RSS 2.0
# Thursday, February 08, 2007

Before PowerShell I would open up VS.NET and start quick projects attempting to test the length of strings, concatenation, padding or creating file\folder manipulation app's that are good for one use. Every few months I would slog through tens of half used applications ... that was before ... now I open the PowerShell console.

Imagine writing a recursive file search function in C# that would only select files that begin with a specific subset of characters. Now image writing that function in one line:

Get-ChildItem -Path C:\Windows -Include *.dll -Recurse -Exclude [a-g]*.dll

Priceless.

 

"There is only one cure for gray hair. It was invented by a Frenchman. It is called the guillotine." - P.G. WodeHouse

Technorati tags: , ,
Thursday, February 08, 2007 5:10:46 PM (Eastern Standard Time, UTC-05:00)  #    Comments [0] - Trackback
PowerShell | Tools
Blogroll
Statistics
Total Posts: 334
This Year: 22
This Month: 0
This Week: 0
Comments: 32
About the author/Disclaimer

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

© Copyright 2010
Mark Downie
Sign In
All Content © 2010, Mark Downie
DasBlog theme 'Business' created by Christoph De Baene (delarou)