shell/结构化命令/解决读取列表中的复杂值.sh

7 lines
85 B
Bash

#!/bin/bash
for test in I don\'t know if "this'll" work
do
echo "word:$test"
done