environ: sort and highlight environment variables
This commit is contained in:
parent
75bbabeb40
commit
c58cc3131e
1 changed files with 3 additions and 0 deletions
3
bin/environ
Executable file
3
bin/environ
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
env | sort | grep --color=always -E '^[^=]+='
|
||||
|
Loading…
Add table
Reference in a new issue