`ls "some directory"` and `ls some\ directory` should be passed as a single argument to ls, but it's passed separately
ls "some directory"and
ls some\ directoryshould be passed as a single argument to ls, but it's passed separately