PowerShell
PowerShellのお試しということで、指定ディレクトリ以下のworkingcopyを一括でupdateするスクリプトを作ってみた。 $env:APR_ICONV_PATH="C:\Program Files\Subversion\iconv" $colItems = Get-ChildItem * -force | Where-Object {$_.Extension -eq ""}fore…
PowerShellでGet-ChildItem | Where-Object {$_.Attributes -eq "Directory"}