When you refer to a variable in quotes (e.g. echo "$files" ), the shell doesn't do any whitespace splitting; instead, it passes the entire value ...
確定! 回上一頁