how to copy information from unix


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers how to copy information from unix
# 1  
Old 08-26-2008
how to copy information from unix

Hi, i'm new to unix and for a school project i need to copy some information out of a server tath uses unix and paste them in exel the way I want to. At the end this need to go automaticaly every day. my question is, how can i do this and are there other programs exept exel that I can use?

thx,

Dennis
# 2  
Old 08-26-2008
>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
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

UNIX command to copy files from Windows to UNIX box

Hi Folks, I have a file name abc.xml in my windows machine at the location c:\ytr\abc.xml which I want to place at the unix box machine inside cde directory.. at the following location that is /opt/app/cde/ now the credentials of unix box are abc345 -->(dummyid) ftyiu88--->(dummy passwd) ... (4 Replies)
Discussion started by: punpun66
4 Replies

2. UNIX for Dummies Questions & Answers

How to copy files with only certain information

I need to copy a list of files in directory and only files with content DUMMY_B should be copy over to a new directory. How can i do that ? Thanks a lot. (2 Replies)
Discussion started by: Alyssa
2 Replies

3. UNIX for Dummies Questions & Answers

UUCP (Unix to unix copy) not working

I have a problem using uucp. I have Ubuntu 10.4 and i installed the 'uucp' package. In my LAN there are a desktop pc, a laptop, and the router the desktop local ip is: 192.168.0.2 the laptop local ip is: 192.168.0.4 Here are the /etc/uucp/config and the /etc/uucp/sys i used on the desktop.... (4 Replies)
Discussion started by: mghis
4 Replies

4. UNIX for Dummies Questions & Answers

Information regarding unix certifications

Hi, Currently I have started working on unix and now I want to go for some certification. But I have no idea about any certification or their market values. My main stream is PL/SQL and I have done OCA in developer stream. So I just want this unix certification for basic knowledge of unix... (1 Reply)
Discussion started by: alok1301
1 Replies

5. UNIX for Dummies Questions & Answers

Information about Unix System Administration

I'm a newbie so I'm not sure if I'm posting this in the right section... if I didn't, please forgive me :) I've been looking all over the web for information on system administration. I'd like to become a Unix System Administrator but I want to find some more info about the job. Can someone please... (54 Replies)
Discussion started by: hpicracing
54 Replies

6. UNIX for Dummies Questions & Answers

Information about Unix careers

Hi, I'm looking to go into a career related to either Unix, or web development(or something alike). I want to get a Bachelor Of Computer Science degree(I'm planning to). I don't know which kind of jobs might be a good choice for me though. Like I said, I'd like something to do with either Unix or... (2 Replies)
Discussion started by: undecided
2 Replies

7. UNIX for Dummies Questions & Answers

Information regarding Unix certification course

Hi, Can you please let me know about the unix certification courses? Also please send me link where i can find this information. Regards, Vaibhav (2 Replies)
Discussion started by: vaibhav
2 Replies

8. Shell Programming and Scripting

Unix Operating Systems Information Document

Hi all, I prepared a document on UNIX OS. Its an humble attempt to share my knowledge. Please review the document attached and correct if any mistakes and any suggestions to make it more useful and any troubleshooting information if needed to add. Please help in making the document to add... (2 Replies)
Discussion started by: gurukottur
2 Replies

9. UNIX for Advanced & Expert Users

Unix threads information

Hi, Can someone tell help me on how to know the threads statistics on a unix machine similar to memory statisitcs. I woule like to monitor the Number of threads per process and total number of threads that a system can accomodate. Thank you mrag (1 Reply)
Discussion started by: mrag74
1 Replies

10. Linux

can C language received information from Linux/Unix

Hi ! Can C -langauge interface with Unix/Linux? Currently i have written a application for SMS using C programing. I would like to know if i am able to receive information from Unix/Linux so that it can activate the application. (5 Replies)
Discussion started by: JOHNSON
5 Replies
Login or Register to Ask a Question