In the previous post we looked into some commands related to file system of Linux. In this post we'll look into some commands related to file manipulation.
As mentioned in the previous post you can create empty files using touch command.
We can use a text editor like vi editor, nano or emacs to edit these files.
vi [filename] will open up the file in vi editor