Hacker News new | ask | show | jobs
by jedbrown 1678 days ago
export is a shell builtin -- it can't be executed by xargs and even if it could, wouldn't be in the context of the shell you want.
1 comments

True. `sh -c export` then, with `set -o allexport` ;)