📜  批量写入文件 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:53.286000             🧑  作者: Mango

代码示例1
REM # | NOTE: this is for batch files (windows cmd)

REM # | EXAMPLE
echo This is the text you want in the actual file > NewFile.txt

REM # | SYNTAX
REM # | echo [insert-text] > [file-name]