environ: sort and highlight environment variables

This commit is contained in:
Fernando Schauenburg 2021-01-05 18:33:41 +01:00
parent 75bbabeb40
commit c58cc3131e

3
bin/environ Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
env | sort | grep --color=always -E '^[^=]+='