当前位置:网站首页>Text editing VIM operation, file upload
Text editing VIM operation, file upload
2022-07-06 01:55:00 【-Joucy-】
Text editing vim operation 、 Upload files
One 、 Text editing vi
vi/vim, A console based text editor
gedit, One is based on GUI Text editor for
among ,vim yes vi Upgraded version
- Open the text editor
vim abc.txt
If the destination file exists , Open edit ; If it doesn't exist , A new file will be created
If the system does not have vim, Just install it :
sudo apt install vim - Switch mode
Edit mode Insert Mode: Press i key
Command mode Command Mode: Press ESC key - Exit the editor
(1) Press ESC key , Get into Command mode
(2) Input :wq Save and exit
Input :q sign out
Input :q Forced exit ( Give up saving )
Two 、vim More operations
- Linux Text editor
1、 Desktop Environment :gedit
2、 Terminal environment :
- A few changes :vim
- A lot of modifications : stay Windows Go to the editor , And then upload it to Linux
3、 ... and 、 Upload of text file
have access to notepad++ Or other professional editors
Line breaks in text files
Windows:\r\n
Linux:\nCan be in Notepad++ This difference is observed in
Try | Display symbols | Show end of lineLine feed conversion : edit | Document format conversion | Convert to UNIX Format
Be careful : Only in editing SHELL Script when , You need to switch
Files in other formats generally do not need to be converted , Enter into *.xml,*.javaSHELL Script editing
1、 use Notepad++ Open editor
2、 Turn into Unix Format
3、 Uploaded to the Linux
4、chmod +x
边栏推荐
- 同一个 SqlSession 中执行两条一模一样的SQL语句查询得到的 total 数量不一样
- Card 4G industrial router charging pile intelligent cabinet private network video monitoring 4G to Ethernet to WiFi wired network speed test software and hardware customization
- Format code_ What does formatting code mean
- Ali test open-ended questions
- [ssrf-01] principle and utilization examples of server-side Request Forgery vulnerability
- 【全網最全】 |MySQL EXPLAIN 完全解讀
- Computer graduation design PHP college classroom application management system
- [机缘参悟-39]:鬼谷子-第五飞箝篇 - 警示之二:赞美的六种类型,谨防享受赞美快感如同鱼儿享受诱饵。
- [flask] official tutorial -part3: blog blueprint, project installability
- leetcode-2.回文判断
猜你喜欢

NiO related knowledge (II)

Basic operations of database and table ----- set the fields of the table to be automatically added
![[Jiudu OJ 09] two points to find student information](/img/35/25aac51fa3e08558b1f6e2541762b6.jpg)
[Jiudu OJ 09] two points to find student information

You are using pip version 21.1.1; however, version 22.0.3 is available. You should consider upgradin

2022 PMP project management examination agile knowledge points (8)

How does the crystal oscillator vibrate?

02. Go language development environment configuration

It's wrong to install PHP zbarcode extension. I don't know if any God can help me solve it. 7.3 for PHP environment

02.Go语言开发环境配置
![[flask] official tutorial -part3: blog blueprint, project installability](/img/fd/fc922b41316338943067469db958e2.png)
[flask] official tutorial -part3: blog blueprint, project installability
随机推荐
[solved] how to generate a beautiful static document description page
module ‘tensorflow. contrib. data‘ has no attribute ‘dataset
How to get all sequences in Oracle database- How can I get all sequences in an Oracle database?
Computer graduation design PHP enterprise staff training management system
[ssrf-01] principle and utilization examples of server-side Request Forgery vulnerability
Leetcode skimming questions_ Sum of squares
GBase 8c数据库升级报错
剑指 Offer 12. 矩阵中的路径
Initialize MySQL database when docker container starts
[flask] response, session and message flashing
Paddle framework: paddlenlp overview [propeller natural language processing development library]
Leetcode3. Implement strstr()
dried food! Accelerating sparse neural network through hardware and software co design
Paddle框架:PaddleNLP概述【飞桨自然语言处理开发库】
leetcode-两数之和
Card 4G industrial router charging pile intelligent cabinet private network video monitoring 4G to Ethernet to WiFi wired network speed test software and hardware customization
leetcode-2.回文判断
PHP error what is an error?
Computer graduation design PHP animation information website
Leetcode skimming questions_ Verify palindrome string II