* オブジェクトのプロパティの選択 - Select-Object [#wd1d6898]

 PS C:\Users\taro\tmp> dir
  
 Mode           LastWriteTime       Length Name
 ----           -------------       ------ ----
 -a---    2012/05/05    14:04            3 1.txt
 -a---    2012/05/05    14:04            3 2.txt
 -a---    2012/05/05    14:04            3 3.txt


 PS C:\Users\taro\tmp> dir | Select-Object Name
 
 Name
 ----
 1.txt
 2.txt
 3.txt


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS