Display files name

This commit is contained in:
Daniela_M
2025-12-14 07:37:44 +00:00
commit 7e21fe6db6
4 changed files with 9 additions and 0 deletions

7
playground/fun.sh Normal file
View File

@@ -0,0 +1,7 @@
#! /bin/bash
echo "Robotul analizaeaza fisierele..."
for i in *
do
echo "File: $f"
done