差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
| windows:powershell:commands:get-alias [2020/06/13 07:34] – [Get-Alias (alias: gal)] ともやん | windows:powershell:commands:get-alias [2020/09/11 19:16] (現在) – ともやん | ||
|---|---|---|---|
| 行 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-Alias (alias: gal) ====== | ====== Get-Alias (alias: gal) ====== | ||
| 現在のセッションのエイリアスを取得する。\\ | 現在のセッションのエイリアスを取得する。\\ | ||
| 行 194: | 行 158: | ||
| <code powershell> | <code powershell> | ||
| $ Get-Alias -Definition Get-ChildItem | $ Get-Alias -Definition Get-ChildItem | ||
| + | </ | ||
| + | or | ||
| + | < | ||
| + | $ gal -d Get-ChildItem | ||
| </ | </ | ||
| </ | </ | ||
| 行 209: | 行 177: | ||
| ===== 参考文献 ===== | ===== 参考文献 ===== | ||
| [[https:// | [[https:// | ||
| + | [[https:// | ||