Wednesday, February 3, 2021

Easy Save & Edit a File in vi / vim Editor in Linux

touch test.txt                              Create file

vi test.txt                                     Open
i                                                    Edit/Insert press
:wq!                                             write & quit    Shift+:+wq/Shift+:+wq!
q!                                                 Exit without save

No comments:

Post a Comment

To generate a PDF using JavaScript in Oracle APEX from a collection

  To generate a PDF using JavaScript in Oracle APEX from a collection, you can follow these steps: 1. Create a button or link on your APEX p...