Search Results

Search: Posts Made By: appu2176
1,320
Posted By appu2176
Thanks Guru...still i was having problems with...
Thanks Guru...still i was having problems with the sort suggested by you, as the columns in my file were bit more complicated.I just gave an example .

Thanks for ur time.

I managed to crack...
1,320
Posted By appu2176
Grep records out of file
Hi,

I have a file where there "Tab" seperated values are present.I need to identify duplicate entries based on column 1 & 6 only .

For e.g :


I tried using uniq ..but the output is only...
4,813
Posted By appu2176
Rearrange the text file
Gents,

I have a large file and each line of the file contains more than 200 bytes.Please let me a way to have the new line to start when the word "FIT" appears.

I was trialling with...
2,514
Posted By appu2176
Thanks guys...Both the option worked.But i am...
Thanks guys...Both the option worked.But i am using Franklin's solution in my script.
2,514
Posted By appu2176
Inserting a line in a file after every alternate line
Friends ,

I have a large file and i need to insert a line after every line.I am actually unaware how to do it.Any help appreciated.




My File

control station *ATM* , qread...
8,572
Posted By appu2176
Thanks a million guys... The solution...
Thanks a million guys...

The solution provided by ZAXXON worked ...

The solution provided by bigearsbilly was also correct...i just had to add the newline character for it to work(Which is...
8,572
Posted By appu2176
New line characters in Ascii file
I am having a file(1234.txt) downloaded from windows server (in Ascii format).However when i ftp this file to Unix server and try to work with it..i am unable to do anything.When i try to open the...
10,242
Posted By appu2176
Thanks steadyonabix ...i was just curious if it...
Thanks steadyonabix ...i was just curious if it can be done through Unix shell scripting...because this can be done through C++.
I ve created a macro in XLS and is getting the output as desired.
10,242
Posted By appu2176
Exporting data as a CSV file from Unix shell script
Friends...This is the first time i am trying the report generation using shell script... any suggestions are welcome.

Is there a way to set the font size & color when i am exporting the data from...
1,481
Posted By appu2176
Hi Franklin... U r great my...
Hi Franklin...

U r great my friend...actually my file was much bigger (i.e) it contains almost 18 columns .i tried ur logic by tweaking it a little bit according to the file which i have and...
1,481
Posted By appu2176
Compare two files A & B and accordingly modify file A
Friends,

i have two huge complex files (for eg :A & B)as output ,

the sample contents of the files are as follows :
A
==
ID,DATE,SUM1,SUM2,TOTAL(SUM1+2) ...
5,276
Posted By appu2176
Thanks guys... Both the options worked..
Thanks guys... Both the options worked..
5,276
Posted By appu2176
Multiple column into single column
Hi ,

i have an output as follows...

xxx yyyy aaaa bbb

and i want it to be printed as

xxx
yyyy
aaaa
bbb

Any help please...
11,596
Posted By appu2176
Thanks mate... i will try it and let it know in...
Thanks mate... i will try it and let it know in the thread.

---------- Post updated at 04:38 PM ---------- Previous update was at 10:49 AM ----------

Thanks mate..it worked.

This is the...
11,596
Posted By appu2176
Hi Malcolm, The following is the syntax...
Hi Malcolm,

The following is the syntax which i tried a while ago...

awk '{FS = "="}{printf $1" "$2" "}' test.out >> test1.out

Here the test.out is the input file which contains the...
11,596
Posted By appu2176
For multiple columns
Hi All,

good morning.

I have an output file out of a native database in the following format..

term_id = "ABCDEF"
post_dat = "20090905"
hpr1_amt_beg = 30090000

term_id = "ade"...
Showing results 1 to 16 of 16

 
All times are GMT -4. The time now is 08:23 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy