Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Save commands for Linux files

2025-02-25 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/03 Report--

In this article, we will learn about the commands for saving Linux files. There is a certain reference value, friends in need can refer to, hope to help you.

1. Enter the file vim file name (vim test.txt)

2. After editing, press ESC to jump to command mode (the colon before the command is necessary):

W Save the file without exiting vi

W file saves the changes to file and does not exit vi

: w! Forced save, do not launch vi

Wq saves the file and exits vi

: wq! Force to save the file and exit vi

: Q quit vi without saving the file

: q! Do not save the file, force to exit vi

: e! Discard all changes and edit since the last time the file was saved

On the Linux file save command to share here, of course, not only the above and everyone analysis methods, but the editor can ensure its accuracy is absolutely no problem. I hope that the above content can have a certain reference value for everyone, and can be put into practice. If you like this article, you might as well share it for more people to see.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report