Skip to content

Instantly share code, notes, and snippets.

@mitchty
Created May 22, 2018 16:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mitchty/331f8c6b8345f95a3ea51a860f51faee to your computer and use it in GitHub Desktop.
Save mitchty/331f8c6b8345f95a3ea51a860f51faee to your computer and use it in GitHub Desktop.
$ set > /tmp/a ~
$ export foo=bar ~
$ set > /tmp/b ~
$ diff -a /tmp/{a,b} ~
24c24
< HISTCMD=4816
---
> HISTCMD=4818
36c36
< LINENO=17
---
> LINENO=19
69c69
< RANDOM=25468
---
> RANDOM=30669
73c73
< SECONDS=2477
---
> SECONDS=2491
136a137
> foo=bar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment