Is it possible to define multiple environment variables at once? Ideally I'd like to paste them all at once instead of setting each one separately.
21 Answer
Simply, export a="1" b="2" c="..., etc.
Is this really what you want to do?
Perhaps you want to put them in, .bashrc?