Linux常用命令集
命令 | 描述 | 参考资料 |
col | 过滤控制字符 | https://www.runoob.com/linux/linux-comm-col.html |
vi/vim | 强大的文本编辑器 | https://www.runoob.com/linux/linux-vim.html |
colrm | 用于删除制定列 | https://www.runoob.com/linux/linux-comm-colrm.html |
comm | 比较已经排序的文件 | https://www.runoob.com/linux/linux-comm-comm.html |
csplit | 分割文件 | https://www.runoob.com/linux/linux-comm-csplit.html |
ed | 文本行编辑器 | https://www.runoob.com/linux/linux-comm-ed.html |
egrep | 文件内查找指定的字符串 | https://www.runoob.com/linux/linux-comm-egrep.html |
ex | vi编辑器行模式 | https://www.runoob.com/linux/linux-comm-ex.html |
fgrep | 用于查找文件里符合条件的字符串 | https://www.runoob.com/linux/linux-comm-fgrep.html |
fmt | 用于编排文本文件 | https://www.runoob.com/linux/linux-comm-fmt.html |
fold | 用于限制文件列宽 | https://www.runoob.com/linux/linux-comm-fold.html |
grep | 用于查找文件里符合条件的字符串 | https://www.runoob.com/linux/linux-comm-grep.html |
ispell | 用于文本的拼写检查 | https://www.runoob.com/linux/linux-comm-ispell.html |