From 532cf15638901555db44e2018a0f6598503fcb8c Mon Sep 17 00:00:00 2001 From: Liana Date: Sun, 14 Dec 2025 20:39:35 +0000 Subject: [PATCH] Add explanations in the file README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8612768..870ee56 100644 --- a/README.md +++ b/README.md @@ -9,4 +9,9 @@ chmod +x script.sh ./script.sh +## Explications: +$# -> nr total de argumente +$@ -> toate argumentele ca lista +for name in "$@" -> itereaza prin fiecare argument +exit 0, exit 1 -> cod de succes, eroare