标签: linux bash shell sh
我需要让我的sh脚本这样做:
./do_stuff.sh "select * from whatever"
,但不带双引号。
我想编写查询而不每次都用双引号引起来。