摘要: Linux-文本查找 文件命名规则 长度不能超过255个字符; 不能使用/当文件名; 严格区分大小写 文本查找 grep 根据模式搜索文本,并将符合模式的文本行显示出来 使用基本正则表达式定义的模式来过滤文本的命令 [root@localhost ~]# ls abc aBc AbC ABc ABC 阅读全文
posted @ 2020-11-07 10:24 Serein) 阅读(341) 评论(0) 推荐(1)