[질문] 코딩하면서, grep, sed, awk 는 사용 빈도수는 얼마나 많

naisr00t의 이미지

시스템 프로그래밍을 하면서 grep, sed, awk 등의 유틸리티(?) 사용
빈도수는 얼마나 되나요?

이런 것을 알면 좋겠지만,
시스템 플밍을 하면서 그렇게 많이 사용하는 것 같지는 않습니다.

하지만, 얼마나 어떻게 사용하시는지 궁금하네요.

cjh의 이미지

시스템 프로그래밍이 아니라 일상 생활용이겠죠. :)
grep은 매우 빈도수 높은 유틸리티입니다.

sed나 awk는 기본 필터 정도만 알고, 나머지는 perl이나 python 배워서 해결하는 편이 더 낫습니다.

--
익스펙토 페트로눔

ironiris의 이미지

(e)grep, cat, head, tail, <, >, |, ps, cp, mv, find 등은 정말 시도때도없이 사용하더군요.

hanseok의 이미지

grep (넘 많이 쓰죠)
잘못된 방법인지 모르지만.
find . | grep test

잠이 들어야지만 꿈을 꿀수 있는것인가?
우리는 항상 꿈을 쫓아 가며 살아가는 사람들..

bugiii의 이미지

hanseok wrote:
grep (넘 많이 쓰죠)
잘못된 방법인지 모르지만.
find . | grep test

저는

find . -name "*test*"

를 더 많이 씁니다.

sangwoo의 이미지

저는 소스들 중에서 함수가 쓰이는 곳을 찾거나 할 때

find . -type f -name '*\.[ch]' | xargs egrep 함수이름

이렇게 많이 씁니다.

----
Let's shut up and code.

버려진의 이미지

전 외우고 있는게 없어서 대충 네트워크 설정을 바꿔야 한다 그러면

Quote:
cd /etc
ls|grep net

이런식으로 찾아봅니다.;;

최종호의 이미지

find 를 도스(Windows 커맨드)에서 쓸 때 DOS의 find랑 겹쳐서
cygwin의 find를 ufind로 이름을 바꿔서 쓰고 있습니다.
도스 find를 없애버릴 수 있는 방법 없을까요?

그냥 DOS에서 유닉스 쉘 쓸까요? ㅡ.ㅡ?

dsh의 이미지

최종호 wrote:
find 를 도스(Windows 커맨드)에서 쓸 때 DOS의 find랑 겹쳐서
cygwin의 find를 ufind로 이름을 바꿔서 쓰고 있습니다.
도스 find를 없애버릴 수 있는 방법 없을까요?

그냥 DOS에서 유닉스 쉘 쓸까요? ㅡ.ㅡ?

PATH에 cygwin 의 bin 을 앞에 두면 될 거 같은데요.

댓글 달기

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
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.