Liste des Groupes |
On Mon, 17 Feb 2025 19:23:07 -0700, Mark Berryman wrote:This is more of a shell question than an OS question.On 2/17/25 2:49 PM, Lawrence D'Oliveiro wrote:Try some more subtle examples. On a proper POSIX-type system:Can you show us a simple C program that just prints out its command>
arguments, and how it responds to some sample command lines?
Easily.
QUOTE='"'
./test "Hello World" ${QUOTE}Hello World${QUOTE}
Hello World
"Hello
World"
Try to get the equivalent in DCL:
quote = """"
«rigmarole equivalent to ./test» "Hello World" 'quote'Hello World'quote'
What’s it going to print?
Les messages affichés proviennent d'usenet.