Common Linux Commands (2)
11. vim vim is the built-in text editor of the Linux system, which can be understood as the Word software in the Windows system. :w filename saves the document with the specified filename. :wq saves and exits. :q! exits without saving and forces exit from command line mode. Function keys: 1) Insert mode: Press "i" … Read more