最後活躍 1741751839

Немного полезных встроенных переменных bash

修訂 5d5af19fb3e831e4c2e4a433cde037fcf18360a7

vars.sh 原始檔案
1$DESKTOP_SESSION # current display manager
2$EDITOR # preferred text editor.
3$LANG # current language.
4$PATH # list of directories to search for executable files
5$PWD # current directory
6$SHELL # current shell
7$USER # current username
8$HOSTNAME # current hostname
9
10# В посте с советом https://t.me/gitgate/59 была еще одна хитрая, редко используемая, но полезная переменная $HISTFILE . ;)