脚本操作基础

脚本操作基础

1.

vim 脚本名   #当前文件夹创建一个脚本文件并取名打开

bash 脚本名 #执行脚本第一种方法

gcc -o hello.out hello.c  #编译c脚本hello.c输出文件hello.out

./hello.out  #执行hello.out

2.

vim编辑器基础操作

i 编辑模式

esc 退出编辑模式

shift+:输入命令

wq!强制保存退出

wq 保存退出

q!强制不保存退出

wq 文件名   保存为文件名的文件

 

上一篇:Understanding ASP.NET MVC Filters and Attributes


下一篇:嵩天老师爬虫实战笔记