Re: Aufgaben und Übungen,

#!/bin/bash

s=\$(ls)

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