Search Results

Search: Posts Made By: hemanty4u
1,995
Posted By hemanty4u
Thanks All In relation to the same data...
Thanks All

In relation to the same data file, I am trying to group using the command I mentioned above

awk -F "|" '{while ($1>=t*w) t++; A[t]++} END {for (i=1;i<=t;i++) print " "strftime("%F...
1,995
Posted By hemanty4u
Grouping and Subgrouping using awk
I have a data which looks like


1440993600|L|ABCDEF
1440993600|L|ABCD
1440993601|L|ABCDEF
1440993602|L|ABC
1440993603|L|ABCDE
.
.
.

1441015200|L|AB
1441015200|L|ABC...
1,233
Posted By hemanty4u
Loading files incrementaly
Hi

Am trying to sftp this way UnixBoxA----->UnixBoxB

My code will run on UnixBoxB, it will make a secure connection and pull the files from UnixBoxA. Apart from that I do not have any access on...
Showing results 1 to 3 of 3

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