Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. $ test1=foo
  2. $ set -a
  3. $ test2=foo
  4. $ test3=foo
  5. $ set +a
  6. $ env | grep test
  7. test2=foo
  8. test3=foo
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement