Interview :: Linux
41) How to delete information from a file in vi?
The following commands are used to delete information from vi editors.
- x deletes a current character.
- dd deletes the current line.
42) How to create a new file or modify an existing file in vi?