Horje
writing to a text file in batch script Code Example
writing to a text file in batch script
@echo off
echo This is a test> test.txt
echo 123>> test.txt
echo 245.67>> test.txt

rem Or you can use variables:
set a=%RANDOM%
echo %a% > test.txt




Shell

Related
how to install from terminal in ubuntu Code Example how to install from terminal in ubuntu Code Example
bash store pipe output in variable Code Example bash store pipe output in variable Code Example
bash get file full path Code Example bash get file full path Code Example
shell script store command output in variable Code Example shell script store command output in variable Code Example
how to see what files are committed in git Code Example how to see what files are committed in git Code Example

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