The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 10-02-2006
alexcol alexcol is offline
Registered User
  
 

Join Date: Sep 2006
Posts: 31
Unhappy

Quote:
Originally Posted by Klashxx
Please ,show us the format of your input file.
Th e input file is called listacdrs and the format is:

01/10/2006 08:20 CF004
01/10/2006 08:25 CF006
..
04/10/2006 04:23 CF1020

---
DD/MM/YYY HH:MM CONCSECUTIVE NUMBER.
This purpose is count and list the number of consecutives per day usin awk, the results are ok with this script but i need to b elisted or output in a tabaular way for each directory but not be listea by pages.
I apprecitae your help please.