* [email protected] <[email protected]> [04.09.2015 12:30]: > note from a bystander. this looks wrong - path/file names containing spaces > will be delimited by for. probably better use
for the sent patch this works: root@box:~ touch "A 1" root@box:~ touch "A 2" root@box:~ for FILE in A*; do ls -l "$FILE"; done -rw-r--r-- 1 root root 0 Sep 4 12:22 A 1 -rw-r--r-- 1 root root 0 Sep 4 12:22 A 2 bye, bastian _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
