=pod =head1 NAME envify - execute a command in the environment saved with envstore =head1 SYNOPSIS B I... =head1 DESCRIPTION B loads the environment saved by B and then executes I. =head1 LIMITATIONS The envstore(1) limitations for null bytes apply here as well. By default, newlines are not supported. However, if you remove the newline from the B when calling envstore, newlines should work. Example: C<< IFS=' ' envstore I I... >> =head1 SEE ALSO envstore(1) =cut vim:ft=pod