playground:playground
文書の過去の版を表示しています。
PlayGround
- テスト
ChatGPTで出力したもの
Powershell
Get-ChildItem -Filter *.csv | ForEach-Object { $csv = Import-Csv $_.FullName $csv | export-csv -Path "$($_.BaseName).tsv" -Encoding utf8 -Delimiter "`t" }
playground/playground.1680711128.txt.gz · 最終更新: 2023/04/05 16:12 by taatin