Basic Linux Commands Part 2
Create file
touch <filename> -> this will create any kind of file
Add content in file
vi <filename> or vim <filename> -> after executing this command, vim editor will open, to write content press 'i' to enter in insert mode.
Once writing is finish ...
koushikmaharaj.hashnode.dev2 min read