Shell Scripting: Part 2
We have covered the basics of shell scripting in our previous blog.
Vim
Vim is a text editor used to edit all kinds of plain text.
Vim is used to open the file/write inside the file
vim <file_name>
// Above command is used to go in Vim edi...
vijayblogs.hashnode.dev4 min read