摘要: 此功能犹如windows的快捷键; 命令:ln -s ./testDir dir1 (./testDir 这个目录,用dir1表示) 阅读全文
posted @ 2021-11-13 16:31 二维一加零 阅读(74) 评论(0) 推荐(0)
摘要: 查找文件 “test.txt” 中含有 “a” 字符的所有的行 命令:grep a test.txt 阅读全文
posted @ 2021-11-13 16:22 二维一加零 阅读(202) 评论(0) 推荐(0)