差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
| windows:powershell:commands:get-childitem [2020/09/11 20:35] – ともやん | windows:powershell:commands:get-childitem [2021/05/29 12:46] (現在) – ともやん | ||
|---|---|---|---|
| 行 1: | 行 1: | ||
| ====== Get-ChildItem (alias: gci) ====== | ====== Get-ChildItem (alias: gci) ====== | ||
| 1 つ以上の指定された場所にあるアイテムと子アイテムを取得する。\\ | 1 つ以上の指定された場所にあるアイテムと子アイテムを取得する。\\ | ||
| + | |||
| + | ===== 使い方 ===== | ||
| + | <WRAP prewrap 100%> | ||
| + | <code powershell> | ||
| + | $ gci -h C:\Users | ||
| + | </ | ||
| + | </ | ||
| + | <WRAP prewrap 100% #result> | ||
| + | < | ||
| + | |||
| + | Directory: C:\Users | ||
| + | |||
| + | Mode | ||
| + | ---- | ||
| + | l--hs 2021/ | ||
| + | d-rh- 2021/ | ||
| + | l--hs 2021/ | ||
| + | -a-hs 2021/ | ||
| + | </ | ||
| + | </ | ||
| ===== 参考文献 ===== | ===== 参考文献 ===== | ||
| [[https:// | [[https:// | ||
| + | [[https:// | ||