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 UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 12-31-2007
ghostdog74 ghostdog74 is offline
Registered User
 

Join Date: Sep 2006
Posts: 1,543
Code:
# tr '\n' ' ' < file | xargs echo `date +%Y-%m-%d:%H:%M:%S`
2008-01-01:12:55:17 1415971694 376 (12); 3434327831 376 (7); 2989082873 332 (3); 4075357577 332 (3); 1221064374 376 (2); 2372410470 376 (2); 2563564778 332 (2); 443221432 376 (1); 2478131897 376 (1); 2618850598 22 (1); 2559136519 376 (1); 1452300479 376 (1); 1915653342 376 (1); 2063345836 372 (1);
Reply With Quote