grep 搜索文本内容
grep -n 显示行号
grep -v 反向搜索
grep 搜索文本内容
grep -n 显示行号
grep -v 反向搜索
ls 1*.txt
ls *.odt
ls ??????.odt
ls [ 12345 ] 12.odt
cd ~
ls
ls -l l列表
ls -a 隐藏文件
ls -l -a
ls -l-h 一块使用 文件大小
ls -lha
cd
ls
pwd
cd Desktop
cd Desktop
cd 更改 打开
ls 罗列
pwd
LS通配符是啥意思?
Linux的安全性、数据处理等能力高于windows,因此在服务器端使用Linux
echo 回显命令
echo hello > 126.txt 将内容显示到126.txt(直接替换原本内容)
echo hello >> 126.txt 将内容显示到126.txt(添加到126.txt,不删除)
grep ^ '#'抓取以#开头的内容
grep s$ 抓取以s结尾的内容
grep -v 反向抓取
grep -n 抓取的内容显示在第几行
查看帮助
rm --h
ls -a 显示隐藏文件
ls -l 列表显示
ls -h 显示文件大小
ls 通配符(* ?)
ls *.txt查找所有.txt文件
ls 1* 查找1开头的文件
ls 1*.odt 查找1开头的odt文件
*代表0或多个字符
?代表单个字符
1
ead
https://www.ubunto.com/download/desktop/thank-you/?version=18.10&architecture=amd64
linux 一般用来做服务器端的操作系统
pwd:print work directory
ls:list罗列
cd:change directory
cd..
htttp://www.dayanzai.me/vmware-workstation.html
www.cnblogs.com/duanji/p/yueding2.html