"리눅스 shopt"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-source +syntaxhighlight))
 
(사용자 2명의 중간 판 6개는 보이지 않습니다)
1번째 줄: 1번째 줄:
==개요==
==개요==
;shopt
;shopt
*쉘 옵션 조회·설정 도구


<source lang='dos'>
==실행예시==
[root@jmnote ~]# shopt
*그냥 실행하면 옵션 전체 조회
<syntaxhighlight lang='console'>
[root@zetawiki ~]# shopt
autocd        off
autocd        off
cdable_vars    off
cdable_vars    off
42번째 줄: 45번째 줄:
restricted_shell off
restricted_shell off
shift_verbose  off
shift_verbose  off
sourcepath     on
syntaxhighlightpath     on
xpg_echo      off
xpg_echo      off
</source>
</syntaxhighlight>


==같이 보기==
==같이 보기==
50번째 줄: 53번째 줄:
*[[bash 빌트인]]
*[[bash 빌트인]]
*[[리눅스 폴더 랜덤 이동]]
*[[리눅스 폴더 랜덤 이동]]
*[[쉘]]
*[[옵션]]


[[분류: bash 빌트인]]
[[분류: bash 빌트인]]

2020년 11월 2일 (월) 02:40 기준 최신판

1 개요[ | ]

shopt
  • 쉘 옵션 조회·설정 도구

2 실행예시[ | ]

  • 그냥 실행하면 옵션 전체 조회
[root@zetawiki ~]# shopt
autocd         	off
cdable_vars    	off
cdspell        	off
checkhash      	off
checkjobs      	off
checkwinsize   	on
cmdhist        	on
compat31       	off
compat32       	off
compat40       	off
dirspell       	off
dotglob        	off
execfail       	off
expand_aliases 	on
extdebug       	off
extglob        	off
extquote       	on
failglob       	off
force_fignore  	on
globstar       	off
gnu_errfmt     	off
histappend     	off
histreedit     	off
histverify     	off
hostcomplete   	on
huponexit      	off
interactive_comments	on
lithist        	off
login_shell    	on
mailwarn       	off
no_empty_cmd_completion	off
nocaseglob     	off
nocasematch    	off
nullglob       	off
progcomp       	on
promptvars     	on
restricted_shell	off
shift_verbose  	off
syntaxhighlightpath     	on
xpg_echo       	off

3 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}