1779503816
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# Quick and Dirty Methods (Bash)
|
||||
show every set variale and its value (one liner)
|
||||
```bash
|
||||
for v in $(compgen -v); do echo "$v:$$v"; done
|
||||
```
|
||||
Reference in New Issue
Block a user