readme

来自「Cromfs is a compressed read-only filesys」· 代码 · 共 22 行

TXT
22
字号
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 + =
减小字号Ctrl + -
显示快捷键?