Re: Aufgaben und Übungen,

#!/bin/bash

l=\$(ls)

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