Add README
This commit is contained in:
parent
3e202bc314
commit
fec3d4637c
31
README.md
Normal file
31
README.md
Normal file
@ -0,0 +1,31 @@
|
||||
# Console Utility
|
||||
|
||||
## Build Process
|
||||
```sh
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ..
|
||||
make
|
||||
```
|
||||
|
||||
## Usage Examples
|
||||
- Display users and home directories:
|
||||
```sh
|
||||
./console_utility -u
|
||||
```
|
||||
- Display running processes:
|
||||
```sh
|
||||
./console_utility -p
|
||||
```
|
||||
- Redirect output to a log file:
|
||||
```sh
|
||||
./console_utility -u -l output.log
|
||||
```
|
||||
- Redirect errors to a file:
|
||||
```sh
|
||||
./console_utility -p -e errors.log
|
||||
```
|
||||
- Show help:
|
||||
```sh
|
||||
./console_utility -h
|
||||
```
|
||||
Loading…
x
Reference in New Issue
Block a user