Skip to content
/ ldf Public

report filesystem space info of devices and RAM/swap usage

License

Notifications You must be signed in to change notification settings

nodeluna/ldf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ldf

report filesystem space info of devices

installation

$ make
# make install

un-installation

$ make clean
# make uninstall

installation with cmake

$ cmake -B build
$ cd build
$ make
# make install

un-installation with cmake

$ 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

Resources

License

Stars

Watchers

Forks