ファイル操作

New-Itemni新規のファイル/フォルダを作成
Remove-Itemrm/rmdir/del既存のファイル/フォルダを削除
Copy-Itemcopy/cp既存のファイル/フォルダをコピー
Move-Itemmove/mv既存のファイル/フォルダを移動

ファイルに書き込む(新規)

 Add-Content 1.txt -Value "Hello"

ファイルを読む

 Get-Content 1.txt

ディレクトリツリーを表示

 # ディレクトリだけ
 Show-Tree foo-dir
 # ファイルも
 Show-Tree foo-dir -showleaf

参考

http://www.atmarkit.co.jp/fwin2k/win2ktips/1069psffolder/psffolder.html


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

Last-modified: 2016-12-15 (木) 01:28:55