쉘 스크립트 특정 문자열 바로 뒷 필드 추출방법 문의드립니다.

rp2kmc의 이미지

안녕하세요.
아래와 같은 라인에서 Speed: 바로 다음에 나오는 40Gbps,라는 문자열만 추출하고싶습니다.
info.txt 내용발췌

Link-level type: Ethernet, MTU: 1514, LAN-PHY mode, Speed: 40Gbps, BPDU Error: None

기존에 여기저기 참고하여 아래와 같이 추출하였는데요..
cat info.txt | grep 'Speed:' | awk '{print $9}'

각각의 정보들의 순서가 바뀌는 경우도 있어 9번필드를 추출하면 때에 따라 다른값이 추출되기도 하여 Speed: 라는 문자열 바로 다음 필드값만 추출하려고 하는데 어떻게 하면 될까요? 참고로 perl을 지원하지 않아 echo / grep / sed / awk 등으로 구현하였으면 좋겠습니다.

ymir의 이미지

$ cat info.txt
Link-level type: Ethernet, MTU: 1514, LAN-PHY mode, Speed: 40Gbps, BPDU Error: None
$ cat info.txt | grep -Po 'Speed: [^,]+' | cut -d' ' -f2
40Gbps

되면 한다! / feel no sorrow, feel no pain, feel no hurt, there's nothing gained.. only love will then remain.. 『 Mizz 』

rp2kmc의 이미지

아래와 같이 나오면 뭐가 문제일까요? 맥북에 있는 쉘에서 실행했는데 저렇게 나오네요 ㅠ
sh-3.2# cat info.txt | grep -Po 'Speed: [^,]+' | cut -d' ' -f2
usage: grep [-abcDEFGHhIiJLlmnOoqRSsUVvwxZ] [-A num] [-B num] [-C[num]]
[-e pattern] [-f file] [--binary-files=value] [--color=when]
[--context[=num]] [--directories=action] [--label] [--line-buffered]
[--null] [pattern] [file ...]

익명 사용자의 이미지

그렇다면 이렇게 해보세요
먼가 멋져 보이진 않지만...

echo 'Link-level type: Ethernet, MTU: 1514, LAN-PHY mode, Speed: 40Gbps, BPDU Error: None'|awk -F'Speed: ' '{print $2}'|cut -d',' -f1
rp2kmc의 이미지

어떻게든 값만 나오면 되는 문제라 충분히 멋지십니다!!!
감사합니다!!

rp2kmc의 이미지

가능하면 여러가지 구현 방법을 알고싶어서요..ㅠ
제 피씨에서는 구현이 되었는데 실제 적용하고싶은 네트워크 장비가 일반적인 쉘이 아니라 아래와 같이 컷 옵션도 사용할수가 없네요..
cut: Command not found.

paste / perl / cut 이 명령어는 정의가 되어있지가 않네요..

rp2kmc의 이미지

cat physical.txt | egrep 'BPDU' | awk -F'MTU: ' '{print $2}'| awk '{print $1}'

위와같이 해결했어요 ㅋㅋㅋㅋ

ymir의 이미지

-P 가 perl regex 옵션인데 이걸 지원하지 않나 보네요.
-o 옵션은 있는 듯 하니..

$ cat info.txt | grep -o '[0-9]\+[GM]bps'
40Gbps
$ cat info.txt | grep -o 'Speed: [0-9]\+[GM]bps'
Speed: 40Gbps
$ cat info.txt | grep -o 'Speed: [0-9]\+[GM]bps' | awk '{ print $2}'
40Gbps

되면 한다! / feel no sorrow, feel no pain, feel no hurt, there's nothing gained.. only love will then remain.. 『 Mizz 』

rp2kmc의 이미지

덕분에 여러가지로 결과도출이 가능해졌습니다
정말 감사합니다!!

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <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].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <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].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <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].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <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].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.