0. 说明
记录在 Linux 使用过程中的一些有帮助的命令
1. 命令集合
【1.1 错误输出重定向】
# 将错误信息重定向到 /dev/null source /xxx 2>/dev/null
【1.2 搜索文件 test.txt 】
find /|grep test.txt
【1.3 查看当前用户进程列表】
ps -Af
记录在 Linux 使用过程中的一些有帮助的命令
# 将错误信息重定向到 /dev/null source /xxx 2>/dev/null
find /|grep test.txt
ps -Af