windows:powershell:commands:get-alias

差分

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

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
windows:powershell:commands:get-alias [2020/05/29 14:39] ともやん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>
-<WRAP prewrap 100% #result_long>+<WRAP prewrap 100% #result>
 <code powershell> <code powershell>
  
行 209: 行 177:
 ===== 参考文献 ===== ===== 参考文献 =====
 [[https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/get-alias|Get-Alias - Microsoft | Docs]]\\ [[https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/get-alias|Get-Alias - Microsoft | Docs]]\\
 +[[https://qiita.com/mu_sette/items/3954759daee8ae9ad26f|今すぐalias登録すべきPowerShellワンライナー - Qiita]]\\
  
  • windows/powershell/commands/get-alias.1590730742.txt.gz
  • 最終更新: 2020/05/29 14:39
  • by ともやん