Initial commit
This commit is contained in:
7
kapitel11/sidan_197_ex1.sh
Normal file
7
kapitel11/sidan_197_ex1.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
for fil in $(ls); do
|
||||
if [ -d $fil ]; then
|
||||
echo "$fil är en katalog"
|
||||
fi
|
||||
done
|
Reference in New Issue
Block a user