From 50a7a0fd1bbe78f1cae63bc0a2fcfdb798eee6ea Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 28 Jan 2024 10:53:37 +0100 Subject: [PATCH] split what started --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8b32b6d..f5e5bf4 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,16 @@ Rust reimplemtation of the bsdutils project Provides command line tools: -- `/usr/bin/logger`: This command is used to add logs to the system log files. It provides a shell command interface to the syslog system log module. - +Started: - `/usr/bin/renice`: This command is used to change the priority of running processes. It can be used to increase or decrease the nice value of a process. +TODO: +- `/usr/bin/logger`: This command is used to add logs to the system log files. It provides a shell command interface to the syslog system log module. + - `/usr/bin/script`: This command is used to record a terminal session. The script makes a typescript of everything printed on your terminal. - `/usr/bin/scriptlive`: This command is not standard, and may not be installed on all systems. If it exists, it's likely a variant of the `script` command that includes real-time features. - `/usr/bin/scriptreplay`: This command is used to replay a terminal session that was recorded using the `script` command. -- `/usr/bin/wall`: This command is used to broadcast a message to all users logged into a system. The message can be typed directly into the terminal or read from a file. \ No newline at end of file +- `/usr/bin/wall`: This command is used to broadcast a message to all users logged into a system. The message can be typed directly into the terminal or read from a file.