/proc/*/environ are not text files. use strings:
strings /proc/{1,279,295}/environ >> currenv
env > orienv
diff -u orienv currenv
/proc/*/environ are not text files. use strings:
strings /proc/{1,279,295}/environ >> currenv
env > orienv
diff -u orienv currenv