📄 readme
字号:
This document describes a way to monitor the progress of mkcromfsin a way that should be descriptive and neat even over slow SSH links.To build, you need: g++, make Issue the command: make To run, you need: bc lsof pidof (from sysvinit-utils) watch (from procps) Issue the command: watch -n3 ./watch_keep ./run-lsof.sh The -n parameter describes the update interval. If your terminal is faster, try -n1. If you're on a slow SSH link, try -n5. Note: It will create a temporary file in the current working directory, named: .watch_keep.state
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -