Summary: Hi, How to convert a text file (which is tab delimited) into an .xls file. in unix scripting. I tired renaming the extension of .txt into .xls. It see...
Summary: Hi, I would like to know how to convert a text file in UNIX to HTML using awk? For example, my file has the following contents : Name Age A 23...
Summary: Hi, i have ksh script to fetch the data from oracle database and store the output in a .xls or .csv file. But the output having more then 70,000 rows....
Summary: I have a customer with SCO Unix and Windows . He has is a program that can create a large textfile. What he will use this program for is to create ...
Summary: Heres the deal...if the report is the body text of the email. I am not sure about attachments... Use xmailer or elm (look at the man pages for options...
Summary: Hello everybody, I am wondering how to call a shell script into another script if you are working in a same directory? Please provide examples if po...
Summary: Hi, I am doing some records processing in a text file. I would like to know how can I read the lines repeatedly until the EOF character is reach? All ...
Summary: Hi Thanks for your advice. If that is the case can you please tell me how to generate a csv file out of an sql query??? thanks for your kind help ch...
Summary: anyone know how to attach a text file using sendmail? I know how to insert the file into the body, however I can't figure out how to attach the file....
Summary: Hi folks, I am trying to figure out how to join two lines on one line of text. For example, I have a text file with the following text: TEXT LINE1 0...
Summary: Hi, How to parse a file that has more than 199 columns. 'awk' fails when line is having more than 199 fields. Is there a way to resolve this...what ...
Summary: how to write a shellscript which can do that. That display on the screen -how many user logged in -newlogins since last sample -who has logged out...
Summary: Hi, I'm a beginner script user. It there any shell script example where I could reference on how to check a file in a directory is there before overwr...
Summary: Hi all, I have a text file and I want to clean up the file by only print those lines start with the date. Is there anyway I can do that? Code: [?...
Summary: I need to remove trailing blanks from a text file . Each line is long 1024 characters and only the first part (about 100 char) is meaningful and I hav...
Summary: Hello, I have a text file in following format. Separate blocks of data are there, they are separated by a blank line. There are NO blanks in between d...
Summary: Hi, I recently purchased a used Sun Ultra so that I can learn Unix. I am looking for information on how to define a resolve.conf and what to put in...
Summary: Hello, I tried to create a tar file in zip format as following:- [thomas@localhost assignment_3]$ tar -cvfz ass3.tgz * tar: ass3.tgz: Cannot stat: No ...
Summary: Hi, I am a unix newbie. I am trying the following to search for a number of words in a text file (@unix command prompt), but the entire file contents ...
Summary: Hi folks, Does anybody know how to list a directory in real time. (sort of what tail -f would do for a file), I need to be able to constantly poll a d...
Summary: get a database. mysql, sybase, mssql etc, which ever is your choice. Learn how to insert values, create tables, etc from the manuals. most of them com...
Summary: How to obtain a process name (note: name, not id) from the current processes are running on the sys ? say, if we use ps -ef then the last argument is ...