environ: highlight env var values rather than names
This commit is contained in:
parent
a6f51c9be3
commit
37a8a8f5e9
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
env | sort | grep --color=always -E '^[^=]+='
|
env | sort | grep --color=always '=.*$'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue