LinuxLinux常用命令查看配置文件只匹配不是以“#”开头的行1 cat .zshrc | grep -v "^#" > profile.txt 使用tail查看指定行以后的N行日志1 tail -n +358653 catalina.2021-01-12.out|head -n 20