Thursday, April 8, 2021

What is faced to write '#' while using vi editor in kali linux

 I was not aware of this kind of text editor before where things are very different. The story begins when I was following a tutorial on youtube and implementing it to my pc while I became shocked by not being able to put the symbol '#' in my document. I tried for at least 10 minutes for putting a '#' in the document but it was doing something else. Then I decided to search for it and found out that for editing/inserting something to your document you need to type the command 'i' then you can edit the text of it picture one shows it. 


The saddest part is that there was no proper documentation in the window which could help me out. 

No comments:

Post a Comment

My first ever Bash script in kali Linux.

Here is the bash.sh file   01   #! user/bin/bash 02 echo "this is my first bash script" 03 echo "what is your name ?" ...