Search Results

Search: Posts Made By: hitha87
26,715
Posted By hitha87
Add up a column of numbers
Given a file test.txt ,I can get a list of numbers in a single column using the command :
cat test.txt | cut -d ' ' -f 8 that gives the output as
52
52
52
60
52
How can I get the sum of all...
2,805
Posted By hitha87
help for a script to increment time in hh:mm:ss format
hi all,

I need help for incrementing time in hh:mm:ss format like for example :
when i have a values like 02:07:16 I want to increment this value with 5 secs till it reaches a condition.
Can...
4,295
Posted By hitha87
need a shell script to extract data from a log file.
If I have a log like :

Mon Jul 19 05:07:34 2010; TCP; eth3; 52 bytes; from abc to def
Mon Jul 19 05:07:35 2010; UDP; eth3; 46 bytes; from aaa to bbb
Mon Jul 19 05:07:35 2010; TCP; eth3; 52...
Showing results 1 to 3 of 3

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