@songying
2021-06-02T20:56:57.000000Z
字数 657
阅读 1224
Linux
ls -1 -f # 查看文件超多目录
ls -l | grep "随便匹配" | wc -l # 统计当前目录下某种文件个数
ls -lR | grep "^-"| wc -l
cat filename1 filename2 > out_filename
export LANG=en_US.UTF-8
du -h --max-depth=1 your_dest_dir
shuf songyingxin -o songyingxin_bak
ll /proc/pid/cwd # 查看进程运行目录
ll /proc/pid/exe # 查看执行程序的绝对路径
ll /proc/pid/cwd # 查看程序运行时输入的命令行命令
ll /proc/pid/cwd # 查看进程运行时的环境变量
ps -ef|grep "命令"
kill -s 9 8632
python -m SimpleHTTPServer 8002 &
netstat -tunlp | grep 端口号
zip -q -r html.zip /home/html
cat /usr/local/cuda/version.txt