回答編集履歴

1

スクリプトを少し修正

2021/08/07 03:47

投稿

V1489-Cygni
V1489-Cygni

スコア57

test CHANGED
@@ -1,9 +1,9 @@
1
- どうでしょうか・・・。
1
+ どうでしょうか・・・。(8/7 PM12:47 スクリプトを少し修正。)
2
2
 
3
3
 
4
4
 
5
5
  ```batch
6
6
 
7
- powershell -c "((gc -Enc Unicode '(インプットファイル)') -split \"`r`n\") -join \"`r`n\" | Out-File -Enc Unicode '(アウトプットファイル)' -NoNewLine"
7
+ powershell -c "(gc -Enc Unicode '(インプットファイル)') -join \"`r`n\" | Out-File -Enc Unicode '(アウトプットファイル)' -NoNewLine"
8
8
 
9
9
  ```