How can one mkdir command create books, articles, and videos under an existing resources directory?
mkdir
books
articles
videos
resources
Pass one comma-separated string so mkdir splits it into three names.
List all three missing paths with ls and let it create them.
ls
Pass all three destination paths as separate operands to one mkdir command.
Give the paths to tree, which creates every displayed branch.
tree