From 9072f2cddf5d14a58b5b374d0e8ece6fb8cc01c9 Mon Sep 17 00:00:00 2001 From: nniro Date: Wed, 4 Mar 2026 16:08:53 +1100 Subject: [PATCH] Update README with command explanation Added explanation for the 'splain rm -rf' command. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 675b7bf..08a3aa0 100644 --- a/README.md +++ b/README.md @@ -92,3 +92,8 @@ The structured analysis is turned into readable text or JSON. ### Basic example ```bash splain rm -rf ~/Downloads +``` +would result in +```bash +This command will recursively delete any files inside the directory ~/Downloads ignoring write protection. +```