Re: Aufgaben und Übungen,

#!/bin/bash

l=\$(ls *.sh)

for s in \$l
do
    echo "\$s"
done