I\'m well aware of the source (aka .) utility, which will take the contents from a file and execute them within the current shell.
source
.
Now, I\'
`ls | sed ...`
I sort of feel like ls | sed ... | source - would be prettier, but unfortunately source doesn't understand - to mean stdin.
ls | sed ... | source -
-
stdin