Search Results

Search: Posts Made By: shell_newbie
26,409
Posted By birei
Here you have: $ cat script.awk ## Execute...
Here you have:

$ cat script.awk
## Execute this part once. Set input and output field separators to ':'.
BEGIN {
FS = OFS = ":"
}

## FNR counts lines of each file and NR counts...
86,455
Posted By tene
grep <pattern> <file> | tail -200
grep <pattern> <file> | tail -200
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 03:16 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy