差分
このページの2つのバージョン間の差分を表示します。
| 次のリビジョン | 前のリビジョン | ||
| windows:powershell:commands:get-childitem [2020/05/29 14:02] – 作成 ともやん | windows:powershell:commands:get-childitem [2021/05/29 12:46] (現在) – ともやん | ||
|---|---|---|---|
| 行 1: | 行 1: | ||
| - | < | ||
| - | < | ||
| - | #result pre, #mincode pre { | ||
| - | overflow: hidden; | ||
| - | font-size: 10px; | ||
| - | } | ||
| - | # | ||
| - | height: 250px; | ||
| - | overflow: scroll; | ||
| - | overflow-x: hidden; | ||
| - | font-size: 10px; | ||
| - | } | ||
| - | #mintbl table { | ||
| - | font-size: 12px; | ||
| - | } | ||
| - | #mintbl td pre { | ||
| - | margin: 0; | ||
| - | } | ||
| - | #img_long { | ||
| - | height: 400px; | ||
| - | overflow: scroll; | ||
| - | overflow-x: hidden; | ||
| - | } | ||
| - | .dokuwiki .plugin_wrap table { | ||
| - | width: auto; | ||
| - | } | ||
| - | #logo { | ||
| - | background-color: | ||
| - | padding: 10px; | ||
| - | width: fit-content; | ||
| - | } | ||
| - | #logo p { | ||
| - | margin: 0; | ||
| - | } | ||
| - | </ | ||
| - | </ | ||
| ====== Get-ChildItem (alias: gci) ====== | ====== Get-ChildItem (alias: gci) ====== | ||
| + | 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:// | ||