Hi,
I want to use vim in Batchscript so that I can insert the text.
Something like this.
touch abc.txt
vim abc.txt
i ##problem here. You have to hit i on the keyboard to enter insert mode when working on the terminal. How to so this thing in batchscript####
input_format=sam
sv_type=all
mates_orientation=RF
read1_length=100
read2_length=100
mates_file=path
cmap_file=path
output_dir=path
tmp_dir=path
num_threads=4
Esc :wq! ####same as previous comment in i. This command is to save and exit. Hie escape key on keyboard and the type :wq!
Thanks in advance for the help and suggestions
I want to use vim in Batchscript so that I can insert the text.
Something like this.
touch abc.txt
vim abc.txt
i ##problem here. You have to hit i on the keyboard to enter insert mode when working on the terminal. How to so this thing in batchscript####
input_format=sam
sv_type=all
mates_orientation=RF
read1_length=100
read2_length=100
mates_file=path
cmap_file=path
output_dir=path
tmp_dir=path
num_threads=4
Esc :wq! ####same as previous comment in i. This command is to save and exit. Hie escape key on keyboard and the type :wq!
Thanks in advance for the help and suggestions
Comment