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.1680675157.txt.gz · 最終更新: 2023/04/05 06:12 by taatin