Summary: This question is opposite of 'sivas.com'. I've an excel file and I want to convert into text - flat file with delimited or even better with .csv (com...
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, 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 There I have created a small script to extract data from an table and output to txt file. Since the table contains more 100 columns I want to selec...
Summary: Hi All, I have folder and its having 4 zip files. But i wanted to find a file which in the zip file inside the folder. i want to unzip and find a pa...
Summary: I have a file that I want to break down into many files. The only thing consistent about the file is the header line. It starts with "DATASET" with ...
Summary: Hi, I also need to combine data 2 txt file become 1 txt file..but not using command prompt copy. example : text file 1 row 1 : a,b,c,,e,f,,h row 2 : 1...
Summary: Hello, I am new to UNIX. Now I am learning it. I dont know how to read txt files in UNIX system and edit. Please post the commands for read and edit w...
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 need a little help with a Script. I need to read a filename from a directorty based on a specific format. I will be looking for the file in a direct...
Summary: How do you find files, then copy the files into an existing directory. I am to find files starting with N which is not more than 10 days old, then cop...
Summary: ive gotten a couple of emails about a post i placed in the os/2 forrum about how i have so many operating systems on my system and how to do it also o...
Summary: Hi All, i have two text files (temp.txt and temp1.txt) like this temp.txt has three columns col11 col12 col13 temp1.txt has four columns col21 col2...
Summary: Hello, I have an shell script to transfer a 50KB TXT file from UNIX to NT4 server. The transferred file become 4-5KB less... When I look inside the t...
Summary: Hi guys this my sample file sample.ksh DBUID=testdatabase DBLOC=wm4r2 i want replace DBUID=testdatabase by DBUID=$myvariable (i.e myvariable=arundata...
Summary: Dear Sir, I am also under a similar problem as you. I have loaded linux madrake which has become the boot loader. After loading from the Linix boot se...
Summary: How do i read binary files in Unix and as i know that counting the number of records in a file could be done using WC command, but how to use it for c...
Summary: perused entire forum and subject came up many times but was never addressed explicitly. i need a short script written entirely in korn shell (no C or...
Summary: i want to replace a file in .zip file in AIX5.3 machine; say i have file script.ksh file and a build.zip file which contains older version of script.k...
Summary: How to determine whether a file that you want to use exist or not using 'test' which gives return value when '$?' is typed? eg: if the file exist, the...
Summary: Hi, i have file hope contains1.filename 2.number3.result hope contains in single column:i.e mail.6000 25567 sent sent sent mail.7000 25570 sent sent I...
Summary: hi i'm having a problem in converting months into numericals like converting jan into 1,feb into 2..i can use a case structure.wont be a problem but ...