Horje
batch write to text file Code Example
batch write to text file
echo hello>test.txt

rem a single '>' will make a new file if one does not exist, and will overwrite
rem a previous file with the same line. to append to the same file, see below

echo hi>>test.txt

test.txt:
::hello
::hi




Shell

Related
bash make recursive directory Code Example bash make recursive directory Code Example
I want to give a specific color to git Code Example I want to give a specific color to git Code Example
root check bash script Code Example root check bash script Code Example
search installed packages fedora Code Example search installed packages fedora Code Example
install chocolatey Code Example install chocolatey Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11