|
|
How to Pass argument with double quotes? - Shell Scripting
|
Views : 247
|
|
Tagged in : Shell Scripting
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
Pass argument with double quotes
If you want to pass argument with double quotes just follow the below step
(*)Create file and type as echo $1
(*)Execute file as sh test.sh 'pp"'
Output
pp"
Other Method
Execute file as sh test.sh pp\" |
|
By Nirmala, On - 2010-01-25 |
|
|
|