windows:powershell:commands:get-childitem

差分

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

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
windows:powershell:commands:get-childitem [2020/05/29 14:42] ともやんwindows:powershell:commands:get-childitem [2021/05/29 12:46] (現在) ともやん
行 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-ChildItem (alias: gci) ====== ====== Get-ChildItem (alias: gci) ======
 1 つ以上の指定された場所にあるアイテムと子アイテムを取得する。\\ 1 つ以上の指定された場所にあるアイテムと子アイテムを取得する。\\
 +
 +===== 使い方 =====
 +<WRAP prewrap 100%>
 +<code powershell>
 +$ gci -h C:\Users
 +</code>
 +</WRAP>
 +<WRAP prewrap 100% #result>
 +<code>
 +
 +    Directory: C:\Users
 +
 +Mode                 LastWriteTime         Length Name
 +----                 -------------         ------ ----
 +l--hs          2021/02/21    21:49                All Users -> C:\ProgramData
 +d-rh-          2021/05/29     3:30                Default
 +l--hs          2021/02/21    21:49                Default User -> C:\Users\Default
 +-a-hs          2021/02/21    21:33            174 desktop.ini
 +</code>
 +</WRAP>
  
 ===== 参考文献 ===== ===== 参考文献 =====
 [[https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.management/get-childitem|Get-ChildItem - Microsoft | Docs]]\\ [[https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.management/get-childitem|Get-ChildItem - Microsoft | Docs]]\\
 +[[https://docs.microsoft.com/ja-jp/powershell/module/microsoft.powershell.management/get-childitem|Get-ChildItem - Microsoft | Docs (日本語)]]\\
  
  • windows/powershell/commands/get-childitem.1590730955.txt.gz
  • 最終更新: 2020/05/29 14:42
  • by ともやん