摘要:
删除文件夹:del /F /S /Q C:\xxx 生成列表 dir /b /s \\xx\\xxx\*.jpg >list.txt 阅读全文
摘要:
打印输出且保存日志:在命令行末尾加2>&1 | tee xx.log 查看内存:1.free -m(-h) 2.更加细节的:htop 以排序方式查看当前文件夹下各子文件夹大小:du -sh *| sort -n 查看详细进程:ps aux 查看当前环境:export 查看当前PATH:echo &P 阅读全文
摘要:
https://www.w3cschool.cn/docker/docker-run-command.html 运行容器 https://www.runoob.com/docker/docker-image-usage.html 创建镜像 阅读全文