Showing posts with label File manipulation. Show all posts
Showing posts with label File manipulation. Show all posts

Wednesday, July 26, 2017

Linux Basics - File Manipulations

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