VP
Size: a a a
VP
Лс
Лс
Лс
аᶘ
reset
и нажать Enter.л
Vs
Vs
;
в конце группыł
$ source /etc/nonexistent || (echo dead; exit 2; )
-bash: /etc/nonexistent: No such file or directory
dead
$ echo $?
2
Vs
Vs
[ ! -e "variables.list" ] && { echo "file 'variables.list' not found!"; exit; } || { . variables.list; }
л
Vs