ls -la | sh -c 'while read a b c d e f g; do echo $f; done'
(sajnos sh nem ismeri a 'read -a' -t, ezert a fenti trukkozes)
bash eleg effektiv interpreter, nem csodalom, hogy jobban optimalizal, mint a dash.
Viszont nagy elony, hogy nem kell awk-ot inditani, zubbix shelljebol megoldhato a dolog.