search a file bottom up

Theo Vassiliadis cosmostation at gmail.com
Wed Jun 13 10:30:12 EEST 2007


On 6/13/07, axel <axelmangr at freemail.gr> wrote:
> Καλησπέρα παιδιά.
>
> Έχω ένα πολύ μεγάλο log αρχείο και θέλω να το ψάξω από κάτω προς τα
> πάνω. Το πρώτο πράγμα που μου έρχετε στο μυαλό είναι το grep. Αλλά όταν
> μου βρίσκει τη γραμμή θέλω να μου δείχνει και μερικές σειρές πάνω και
> κάτω (σε επόμενο επίπεδο θα ήθελα το πόσες γραμμές να είναι
> παραμετροποιήσιμο). Άρα προφανώς δεν ψάχνω για ένα concatenation από
> εντολές αλλά για ένα σκριπτάκι. Μπορείτε να με βοηθήσετς/κατευθύνετε?
>
> Ευχαριστώ
> axel
>
>
> --
> linux-greek-users mailing list -- http://lists.hellug.gr

An katalava ayto pou ennoeis, pistevw pws se kalyptei h grep.

Apo th manpage ths grep:


       -A NUM, --after-context=NUM
              Print  NUM  lines  of trailing context after matching
lines.  Places a line containing -- between contiguous groups of
matches.

       -B NUM, --before-context=NUM
              Print NUM lines of leading context before matching
lines.  Places a line containing  --  between  contiguous groups of
matches.

       -C NUM, --context=NUM
              Print NUM lines of output context.  Places a line
containing -- between contiguous groups of matches.


-- 
Labor and Joy




More information about the Linux-greek-users mailing list