ls \ -a got: mw@ubuntu-26-2:/tmp/test$ ls \ > mw@ubuntu-26-2:/tmp/test$ -a -a: command not found mw@ubuntu-26-2:/tmp/test$ The -a argument is parsed independently.
ls
-a
got:
mw@ubuntu-26-2:/tmp/test$ ls \
mw@ubuntu-26-2:/tmp/test$ -a
-a: command not found
mw@ubuntu-26-2:/tmp/test$
The -a argument is parsed independently.