Search Results

Search: Posts Made By: capesong
4,506
Posted By Corona688
$ cat oralog.awk # Recall N lines ago up to...
$ cat oralog.awk

# Recall N lines ago up to 9 lines
function last(N)
{
if(N>L) return("");
return(LINE[(L-N)%10]);
}

{ LINE[(++L)%10]=$0 } # Remember line for later

#...
Showing results 1 to 1 of 1

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