How do I automatically create multiple folders from terminal where folders have spaces in name
One of those things with the Mac that should be a 30 second research project but turns out to take way longer than doing it manually, but now I've sunk time into trying to learn the "correct" syntax, i.e. whatever syntax the Mac OS uses, so I want to finish the chore.
I want to make a bunch of folders from the terminal using mkdir or "mkdir FILENAME | xargs mkdir"
Per a how-to, any name that contains spaces must be enclosed in quotes. This is consistent with what I recall from UNIX and DOS command-line syntax. However, no matter what I do, the OS keeps treating every single word as its own name and tries to create a folder for each word.
How do I tell the terminal to create a folder whose name contains spaces
MacBook Pro 13″, macOS 10.14