mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-07 10:06:03 +00:00
rmdir: Add -v
option to list each directory as it is removed
This commit is contained in:
parent
307dc00ee0
commit
cba46a2d64
Notes:
sideshowbarker
2024-07-17 03:03:44 +09:00
Author: https://github.com/tcl3
Commit: cba46a2d64
Pull-request: https://github.com/SerenityOS/serenity/pull/19489
Reviewed-by: https://github.com/LucasChollet ✅
Reviewed-by: https://github.com/gmta ✅
2 changed files with 6 additions and 0 deletions
|
@ -15,6 +15,7 @@ Remove given `directory(ies)`, if they are empty
|
|||
## Options
|
||||
|
||||
* `-p`, `--parents`: Remove all directories in each given path
|
||||
* `-v`, `--verbose`: List each directory as it is removed
|
||||
|
||||
## Arguments
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue