Handle whitespaces in arguments to a bash script

前端 未结 3 2139
别那么骄傲
别那么骄傲 2020-12-11 11:46

I am having issues handling arguments that contain white spaces in a my bash script.

The script

#!/bin/bash
for i in $*
do
    echo         


        
3条回答
提交回复
热议问题