Hello list, Lately I've been finding myself wishing there were a flag for mkdir to cd into the directory, especially in combination with creating parents.
It's like I'm already thinking in convenient shortcut mode asking for parents to be created and just want to throw another flag in there to switch my directory as well in the same command. i.e. short: mkdir -pc /foo long: mkdir --parents --chdir /foo Any chance of getting this in or too creepy? Regards, Vito Caputo
