Display files name
This commit is contained in:
1
playground/dragon.txt
Normal file
1
playground/dragon.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
fire
|
||||||
0
playground/empty.txt
Normal file
0
playground/empty.txt
Normal file
7
playground/fun.sh
Normal file
7
playground/fun.sh
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
#! /bin/bash
|
||||||
|
echo "Robotul analizaeaza fisierele..."
|
||||||
|
for i in *
|
||||||
|
do
|
||||||
|
echo "File: $f"
|
||||||
|
done
|
||||||
|
|
||||||
1
playground/magic.sh
Normal file
1
playground/magic.sh
Normal file
@@ -0,0 +1 @@
|
|||||||
|
echo hello
|
||||||
Reference in New Issue
Block a user