bash: whitespace-safe procedural use of find into select – unix.stackexchange.com

Given these file names: $ ls -1 file file name otherfile bash itself does perfectly fine with embedded whitespace: $ for file in *; do echo "$file"; done file file name otherfile $ select file in ...

from Hot Questions - Stack Exchange OnStackOverflow
via Blogspot

Share this

Artikel Terkait

0 Comment to "bash: whitespace-safe procedural use of find into select – unix.stackexchange.com"