摘要: 1.显示/etc目录下,以非字母开头,后面跟了一个字母以及其他任意长度任意字符的文件或目录 [root@localhost tmp]# ls | grep -E "^[^[:alpha:]]+[[:alpha:]]{1}.*" 12a 1a ,ald12k.txt [root@localhost t 阅读全文
posted @ 2020-10-21 19:42 自由客wzj 阅读(83) 评论(2) 推荐(0)