Search Results

Search: Posts Made By: Corona688
2,017
Posted By Corona688
$ cat abstract.awk BEGIN { OFS="\t" } ...
$ cat abstract.awk

BEGIN { OFS="\t" }

/^[0-9]+[ \t]*$/ {
if(T) print T, A[1], A[2], ASTR, ABSTR;
getline T
}

/^Pages/ {
split($2, A, "-");

...
Showing results 1 to 1 of 1

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