windows:powershell:commands:get-alias

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
windows:powershell:commands:get-alias [2020/08/20 08:51] – [参考文献] ともやんwindows:powershell:commands:get-alias [2020/09/11 19:16] (現在) ともやん
行 1: 行 1:
-<html> 
-  <style> 
-    #result pre, #mincode pre { 
-      overflow: hidden; 
-      font-size: 10px; 
-    } 
-    #result_long pre { 
-      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: white; 
-      padding: 10px; 
-      width: fit-content; 
-    } 
-    #logo p { 
-      margin: 0; 
-    } 
-  </style> 
-</html> 
 ====== Get-Alias (alias: gal) ====== ====== Get-Alias (alias: gal) ======
 現在のセッションのエイリアスを取得する。\\ 現在のセッションのエイリアスを取得する。\\
行 194: 行 158:
 <code powershell> <code powershell>
 $ Get-Alias -Definition Get-ChildItem $ Get-Alias -Definition Get-ChildItem
 +</code>
 +or
 +<code>
 +$ gal -d Get-ChildItem
 </code> </code>
 </WRAP> </WRAP>
  • windows/powershell/commands/get-alias.1597881110.txt.gz
  • 最終更新: 2020/08/20 08:51
  • by ともやん