SGE Installation 번역
SGE Installation ________________________________________ Chapter 1> Before You Install the Software Plane the Installation 이미 설치를 전에 했었거나 새로 설치하거나 미리...
SGE Installation ________________________________________ Chapter 1> Before You Install the Software Plane the Installation 이미 설치를 전에 했었거나 새로 설치하거나 미리...
echo 로 변수명에 대한 변수값을 표현할때 특정 글자 구간만 표현 하는 방법 A=`echo abcdefghijklnm` echo ${A:0:8} -> 첫번째 글자부터 9번째...