Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

create a batch file to create a text file with multiple line input

call :data1 >file1.txt
exit /b

:data2
echo:Next line is empty
echo:
echo:Line 3 is here
echo:Last line
exit /b
Comment

PREVIOUS NEXT
Code Example
Shell :: difference between -s and --save 
Shell :: change commit date git 
Shell :: shell break while loop 
Shell :: how to run a command from history linux 
Shell :: eslint npm install 
Shell :: files changed in a commit 
Shell :: pm2 next /usr/bin/yarn: line 3: /bin: Is a directory 
Shell :: nginx docker redirect no trailing slash to trailing slash 
Shell :: Installing nvidia-docker on linux mint 
Shell :: bash nohup specify output file 
Shell :: disabling asking for password on linux 
Shell :: xammp lubuntu 
Shell :: replace text with sed 
Shell :: where is the mpv config file linux 
Shell :: mount nvme disk on aws ec2 
Shell :: where skype saves file in linux 
Shell :: cordova plugin list save 
Shell :: commit with empty message 
Shell :: install mongodb mac m1 
Shell :: check number of threads in a process linux 
Shell :: installing firefox on debian 
Shell :: bring job number to foreground linux 
Shell :: alpine linux mongodb 
Shell :: vs code on ubuntu 20.04 and delete old version 
Shell :: start mongod ubntu 
Shell :: react-router-breadcrumbs-hoc@^3.2.3 yarn upgrade 
Shell :: git config github username 
Shell :: awk meaning in linux 
Shell :: BBBBBBBBBBBB 
Shell :: linux adress is already in use 
ADD CONTENT
Topic
Content
Source link
Name
5+4 =