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

How to install and configure Oracle Apex 24.1 with ORDS 22, Tomcat 9 and Jasper Report 7 on Oracle Linux 8.10

#########################Install Oracle  APEX 24.1################################ ----------------------------------------------------...