Search Results

Search: Posts Made By: keenboy100
81,827
Posted By shamrock
You can define your FS to be strictly composed of...
You can define your FS to be strictly composed of 2 or more space characters whick will let you yank off the 6th field intact...
awk -F" {2,}" '{print $2, $3, $6}' file
1,442
Posted By Klashxx
I would choose another python approach by using...
I would choose another python approach by using datetime calculation facilities:
#cat filter.py
#!/usr/bin/python

import sys
import datetime

first_offline = {}
with open(sys.argv[1],'r')...
Showing results 1 to 2 of 2

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