The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 08-26-2008
vbe's Avatar
vbe vbe is offline Forum Staff  
Moderator
  
 

Join Date: Sep 2005
Location: Switzerland - GE
Posts: 1,575
>tath uses unix and paste them in exel the way I want to
??? (man?? )
>At the end this need to go automaticaly every day
Write a script you execute using cron (man cron)
>how can i do this ?
----

The simplest way is to gather the inforamtion you want in a data file you have generated using to separate fields a comma
give it a .csv extension dont forget ux2dos...
now it can be imported in excel...
or in any other spreadsheet

Good luck