linuxutils-misc
Miscellaneous utilities from linuxutils.
Tools
| Tool | Description | Docs |
|---|---|---|
cal |
Display a calendar | docs/cal.md |
copyfilerange |
Copy byte ranges between files | docs/copyfilerange.md |
getopt |
Parse command options (enhanced) | — |
kill |
Terminate a process | — |
logger |
Enter messages into the system log | — |
look |
Display lines beginning with a given string | docs/look.md |
lslocks |
List local system locks | docs/lslocks.md |
mcookie |
Generate magic cookies for xauth | docs/mcookie.md |
namei |
Follow a pathname until a terminal point is found | — |
rename |
Rename files by replacing occurrences of a string | — |
uuidgen |
Create a new UUID value | docs/uuidgen.md |
uuidparse |
Parse unique identifiers | docs/uuidparse.md |
waitpid |
Wait for arbitrary processes to exit | docs/waitpid.md |
whereis |
Locate the binary, source, and manual page files for a command | — |
Installation
Install all tools:
cargo install linuxutils-misc
Install a single tool:
cargo install linuxutils-misc --no-default-features --features cal
Features
| Feature | Tools |
|---|---|
full (default) |
all of the below |
| each tool name | corresponding tool |