Uploaded image for project: 'Aesh'
  1. Aesh
  2. AESH-454

Grep command requirements

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • None
    • None
    • None

      Interesting options tha could be added:
      Show line number while displaying the output using grep -n
      Show only the matched string -o
      Counting the number of matches using grep -c
      Display the lines which does not matches all the given pattern. -e
      grep -e "pattern" -e "pattern"
      Invert match using grep -v
      Displaying lines before/after/around the match using grep -A, -B and -C
      Checking for full words, not for sub-strings using grep -w

            spederse@redhat.com Stale Pedersen
            jdenise@redhat.com Jean Francois Denise
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: