* ファイル操作 [#aa4002b0]

|New-Item|ni|新規のファイル/フォルダを作成|
|Remove-Item|rm/rmdir/del|既存のファイル/フォルダを削除|
|Copy-Item|copy/cp|既存のファイル/フォルダをコピー|
|Move-Item|move/mv|既存のファイル/フォルダを移動|

** 空のファイルを作る [#me59441f]
 New-Item -type file 1.txt

** ファイルに書き込む(新規) [#cc0f4e80]
 Add-Content 1.txt -Value "Hello"

** ファイルを読む [#bfa0ed48]
 Get-Content 1.txt

** ディレクトリツリーを表示 [#h836b791]
 # ディレクトリだけ
 Show-Tree foo-dir
 # ファイルも
 Show-Tree foo-dir -showleaf

** 参考 [#xc86036c]
http://www.atmarkit.co.jp/fwin2k/win2ktips/1069psffolder/psffolder.html

トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS