스크립트를 작성하다 질문 올립니다..
쉘상에서 egrep '(test|abcd)' file 이렇게 치면 file안에 있는 test나 abcd를 찾아서 걸러주는데..
스크립트상에서 ~~~ | egrep '($TEST|$ABCD)' | ~~~ 이렇게 하면 변수안에 있는 값들을 걸러낼 줄 알았는데 동작을 안하네요.
뭔가 다르게 써야 하는거 같은데.. 검색해봐도 잘 안보이네요
| egrep "($TEST|$ABCD)" |
-- C FAQ: http://www.eskimo.com/~scs/C-faq/top.html Korean Ver: http://www.cinsk.org/cfaqs/
C FAQ: http://www.eskimo.com/~scs/C-faq/top.html Korean Ver: http://cinsk.github.io/cfaqs/
아.. ' 와 "의 차이였네요 정말 감사합니다.
누구냐 넌?
텍스트 포맷에 대한 자세한 정보
<code>
<blockcode>
<apache>
<applescript>
<autoconf>
<awk>
<bash>
<c>
<cpp>
<css>
<diff>
<drupal5>
<drupal6>
<gdb>
<html>
<html5>
<java>
<javascript>
<ldif>
<lua>
<make>
<mysql>
<perl>
<perl6>
<php>
<pgsql>
<proftpd>
<python>
<reg>
<spec>
<ruby>
<foo>
[foo]
| egrep "($TEST|$ABCD)"
--
C FAQ: http://www.eskimo.com/~scs/C-faq/top.html
Korean Ver: http://www.cinsk.org/cfaqs/
C FAQ: http://www.eskimo.com/~scs/C-faq/top.html
Korean Ver: http://cinsk.github.io/cfaqs/
아.. ' 와 "의
아.. ' 와 "의 차이였네요
정말 감사합니다.
누구냐 넌?
댓글 달기