You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ cd build
# make uninstall
$ cd ..
$ rm -rf build
usage
read the --help statement
files
when running "$ make" compiles the program and the binary is placed in the repo's main directory and build files in ./build
when running "# make install" the binary file is copied to /usr/bin/ldf , and the man page to /usr/share/man/man1/ldf.1
when running "$ make clean" the ./build is removed. And the binary is removed from the repo's directory but not from /usr/bin/ldf
when running "# make uninstall" the binary file is removed from /usr/bin/ldf as well as /usr/share/man/man1/ldf.1
About
report filesystem space info of devices and RAM/swap usage