>> Edit article
이름
제목
패스워드
---- a.txt의 내용---- this is test ---- a.txt의 내용 끝- 예를들면 shell prompt에서 cat a.txt 엔터치면 나오는 내용은 this is test 이구요 ---- a.sh의 내용 --- #! /bin/sh AA='kkk' cat a | awk ' {print $1 $3} ' ---- a.sh의 내용 끝- a.sh를 실행하면 this test 이렇게 나오잖아요 저 위에 AA라는 변수를 쓰고싶은데 this kkk 이렇게 나오게 하려면 어떻게 해야하나요? awk안에 변수를 출력할 수 있게 하려면 말이에요..
Copyleft
1999-2026 by
JSBoard Open Project
Theme Designed by
IDOO
All right reserved