Bash

wwiki
Jhkim (토론 | 기여)님의 2019년 1월 4일 (금) 03:48 판 (script syntax)
이동: 둘러보기, 검색

script syntax

if

if [ -z "$1" ] && [ -z "$2" ]

then

somecode1

elif

somecode

else

somecode2

fi

단축키

alt+d: 커서부터 오른쪽 단어 삭제