A better alternative if you really want to use ls is ls -1 | while read line; do stuff; done . At least that one won't break for whitespaces.
確定! 回上一頁