Search Results

Search: Posts Made By: alvagenesis
6,113
Posted By agama
Assuming that version of gawk has mktime().... ...
Assuming that version of gawk has mktime()....

Forgot to ask, and you didn't specify the format of the timestamp. Assuming it is in the first two tokens of each input line, and is of the format...
6,113
Posted By agama
Small two line shell script that takes two...
Small two line shell script that takes two optional parameters: number of lines to print ($1) and the starting line number ($2) Reads from stdin.


#!/usr/bin/env ksh
awk -v startl=${2:-1} -v...
Showing results 1 to 2 of 2

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