windows:powershell:variable

差分

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

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
windows:powershell:variable [2020/08/19 10:38] – [環境変数] ともやんwindows:powershell:variable [2020/09/11 19:06] (現在) ともやん
行 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> 
 ====== 環境変数 / 自動変数 / ユーザ定義変数 ====== ====== 環境変数 / 自動変数 / ユーザ定義変数 ======
  
行 42: 行 6:
 $ Get-ChildItem env: $ Get-ChildItem env:
 </code> </code>
 +</WRAP>
 Or\\ Or\\
 +<WRAP prewrap 100%>
 <code powershell> <code powershell>
 $ gci env: $ gci env:
行 98: 行 64:
 WT_PROFILE_ID                  {574e775e-4f2a-5b96-ac1e-a2962a402336} WT_PROFILE_ID                  {574e775e-4f2a-5b96-ac1e-a2962a402336}
 WT_SESSION                     c67b7837-ca5b-4730-b2c1-5f3dca86ba63 WT_SESSION                     c67b7837-ca5b-4730-b2c1-5f3dca86ba63
 +</code>
 +</WRAP>
 +Or\\
 +<WRAP prewrap 100%>
 +<code powershell>
 +$ echo $env:USERPROFILE
 +</code>
 +</WRAP>
 +<WRAP prewrap 100% #result>
 +<code powershell>
 +C:\Users\tomoyan
 </code> </code>
 </WRAP> </WRAP>
  • windows/powershell/variable.1597801093.txt.gz
  • 最終更新: 2020/08/19 10:38
  • by ともやん