playground:playground
差分
このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン前のリビジョン次のリビジョン | 前のリビジョン | ||
playground:playground [2023/04/05 05:59] – taatin | playground:playground [2023/04/05 23:32] (現在) – [PlayGround] taatin | ||
---|---|---|---|
行 1: | 行 1: | ||
====== PlayGround ====== | ====== PlayGround ====== | ||
+ | * PlayGroundは適当に記載練習や確認するところ。 | ||
+ | |||
====== ChatGPTで出力したもの ====== | ====== ChatGPTで出力したもの ====== | ||
====== Powershell ====== | ====== Powershell ====== | ||
- | * [[CSVをTSVにする]] | + | * [[カレントディレクトリのCSVをTSVにする]] |
+ | * [[Powershell1Powershell2]] | ||
+ | |||
+ | ====== その他 ====== | ||
+ | * [[: | ||
+ | * [[: | ||
+ | * [[: | ||
+ | * コピペ用サンプル | ||
+ | < | ||
+ | Get-ChildItem -Filter *.csv | ForEach-Object { | ||
+ | $csv = Import-Csv $_.FullName | ||
+ | $csv | export-csv -Path " | ||
+ | } | ||
+ | </ |
playground/playground.1680674347.txt.gz · 最終更新: 2023/04/05 05:59 by taatin