반응형
-o 옵션은 옵션이 이용가능한지 판단
shell script, What happens when you use '-o' option and only one variable?
For example, when you run the following shell script: foo="example" if [ -o $foo ]; then foo="true" echo $foo fi The result is false and nothing is returned. ...
stackoverflow.com
bash shell 관련
https://github.com/bminor/bash/blob/master/test.c#L622
GitHub - bminor/bash: Unofficial mirror of bash repository. Updated daily.
Unofficial mirror of bash repository. Updated daily. - GitHub - bminor/bash: Unofficial mirror of bash repository. Updated daily.
github.com
set -o
2.환경변수 설정: env, set, export
리눅스에서 환경변수를 설정하는 `env`, `set`, `export`명령에 대해서 알아보겠습니다. + env + 전역 변수 설정 및 조회 + set + 사용자 환경 ...
wikidocs.net
반응형
'LINUX' 카테고리의 다른 글
ubuntu kvm 설치 (0) | 2022.08.24 |
---|---|
ubuntu apt 업데이트 안될때(failed to fetch 404) (0) | 2022.08.24 |
bash) 단어분할 (0) | 2022.07.19 |
Alpine linux (0) | 2022.07.18 |
쉘스크립트 [: missing `]' 에러 (0) | 2022.07.15 |
댓글