windows:powershell:variable

差分

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

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
windows:powershell:variable [2020/08/27 09:26] – [環境変数] ともやん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:
行 101: 行 67:
 </WRAP> </WRAP>
 Or\\ Or\\
 +<WRAP prewrap 100%>
 <code powershell> <code powershell>
 $ echo $env:USERPROFILE $ echo $env:USERPROFILE
  • windows/powershell/variable.1598487986.txt.gz
  • 最終更新: 2020/08/27 09:26
  • by ともやん