トップページ
作成日:2026/04/18 22:18:44
更新日:2026/04/25 22:58:04
(バッチスクリプト)
powershell C:\ps\test.ps1
rem 一時停止
pause
(PowerShell)
Write-Output "Hello world!"
(PowerShell)
$products = Import-Csv C:\ps\cpu_data.csv
$products | Format-Table
(CSVファイル)
date,total_cpu
2026/4/1 00:00:00,24.666667
2026/4/1 01:00:00,25.0
2026/4/1 02:00:00,26.333333