skip to main
|
skip to sidebar
Sezam Fights
poniedziałek, 26 listopada 2012
Searching text between string delimiters.
How to parse log file to get string between specific string delimiters:
example:
awk 'NR>1{print $1}' RS='(' FS=')'
where:
- "Left" delimiter is RS='
'
- "Right" delimiter is FS='
'
!!!Delimiters can be string ;) !!!
Brak komentarzy:
Prześlij komentarz
Nowszy post
Starszy post
Strona główna
Subskrybuj:
Komentarze do posta (Atom)
Obserwatorzy
Archiwum bloga
▼
2012
(3)
▼
listopada
(3)
How to remove Ctrl^M from end of line in text file.
Using "tar" to extract and compress data.
Searching text between string delimiters.
►
2008
(3)
►
listopada
(3)
O mnie
sezam
Wyświetl mój pełny profil
Brak komentarzy:
Prześlij komentarz