Difference between revisions of "Functions"
From MyWiki
Line 4: | Line 4: | ||
dir $dir |<br> | dir $dir |<br> | ||
where \{$_.length -gt $minsize\}<br> | where \{$_.length -gt $minsize\}<br> | ||
− | \}<br> | + | \}<br><br> |
+ | Is called like this:<br> |
Revision as of 19:22, 26 August 2014
http://windowsitpro.com/windows/create-your-own-powershell-functions
function FileSize3 ($dir, $minSize)
\{
dir $dir |
where \{$_.length -gt $minsize\}
\}
Is called like this: