|
In Bourne shell, you can use single quotes inside double quotes just fine.
You can use double quotes inside single quotes just fine. It is impossible
to put single quotes inside single quoted strings, but you can put double
quotes inside double quoted strings by using a backslash before the
embedde double quote to escape it (similar to C/C++/Java/etc)
So you would need to do two levels of escaping to deal with the fact that
you're calling the string through QSH through CL and have to deal with
both of their differences. Not fun, but doable.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.