From 7e21fe6db6c08000cbfebc30c15bb3957ce57c79 Mon Sep 17 00:00:00 2001 From: Daniela_M Date: Sun, 14 Dec 2025 07:37:44 +0000 Subject: [PATCH] Display files name --- playground/dragon.txt | 1 + playground/empty.txt | 0 playground/fun.sh | 7 +++++++ playground/magic.sh | 1 + 4 files changed, 9 insertions(+) create mode 100644 playground/dragon.txt create mode 100644 playground/empty.txt create mode 100644 playground/fun.sh create mode 100644 playground/magic.sh diff --git a/playground/dragon.txt b/playground/dragon.txt new file mode 100644 index 0000000..f8e1e74 --- /dev/null +++ b/playground/dragon.txt @@ -0,0 +1 @@ +fire diff --git a/playground/empty.txt b/playground/empty.txt new file mode 100644 index 0000000..e69de29 diff --git a/playground/fun.sh b/playground/fun.sh new file mode 100644 index 0000000..e52a8ca --- /dev/null +++ b/playground/fun.sh @@ -0,0 +1,7 @@ +#! /bin/bash +echo "Robotul analizaeaza fisierele..." +for i in * +do + echo "File: $f" +done + diff --git a/playground/magic.sh b/playground/magic.sh new file mode 100644 index 0000000..2f08be9 --- /dev/null +++ b/playground/magic.sh @@ -0,0 +1 @@ +echo hello