Liste des Groupes | Revenir à col misc |
The Natural Philosopher <tnp@invalid.invalid> writes:But you saidOn 04/05/2025 14:41, Richard Kettlewell wrote:The command line _in the shell_ is a single string, that you have typedI mean you can trace the transmission of the command line from parent>
to child process through the startup. There’s no splitting in there,
it’s an array of strings from top to bottom.
But the command line is not an array of strings... any more than this
line of text is. That's what I don't understand. It's a single string
in:
mv ugly_filename.txt 'beautiful filename.txt'
Once the shell reads it, that still looks like a single string:
Les messages affichés proviennent d'usenet.