Dumb shell question: Is there a magic readline/bash/shell shortcut that allows me to "stash & clear" a command I've partially written so I can run something else, and then continue later?
E.g. when I'm writing a lengthy `cp` command and midway I realize I have yet to mkdir the dest dir.