Search Results

Search: Posts Made By: Yoodit
2,986
Posted By Yoodit
Thanks for helping me out Chirel. Can you please...
Thanks for helping me out Chirel. Can you please explain me what does the awk part do?

awk '{printf("%-50.50s : %s\n",FILENAME,$0);}'
2,986
Posted By Yoodit
Yes, I understand Chirel, so what is the...
Yes, I understand Chirel, so what is the workaround?

What if I append the contents of all the files into one file, sort the records and remove the unique records from the resulting file.
Then I...
2,986
Posted By Yoodit
Hello drl, My question basically is to...
Hello drl,

My question basically is to compare a large number of files and find all the records that exist in more than one file.

Is it possible to do this using sort, uniq and awk or do I...
2,986
Posted By Yoodit
Searching for similar row(s) across multiple files
Hello Esteemed Members,

I need to write a script to search for files that have one or more than one rows similar.
Please note that there is no specific pattern that I am searching for. The rows...
6,586
Posted By Yoodit
Great! Thank you so much! You made my day!
Great!

Thank you so much!
You made my day!
6,586
Posted By Yoodit
Awesome! Thank man! Can you please explain...
Awesome!
Thank man!

Can you please explain this to me
-F"[\"=]" ' /DmidRef RefName/ {print $3}'

I can understand that print $3 will return the third string/variable.

What does -F"[\"=]"...
6,586
Posted By Yoodit
Thank you so much. This works just fine! I...
Thank you so much.
This works just fine!

I appreciate your patience and prompt response!

---------- Post updated at 03:08 PM ---------- Previous update was at 02:47 PM ----------

If I may,...
6,586
Posted By Yoodit
okay, sorry to bother you again, but I am a...
okay, sorry to bother you again, but I am a novice and have a little trouble in getting this script functional.

I created a text file filenames.txt which consists

connection_words.xml.table...
6,586
Posted By Yoodit
A few questions itkamaraj 1. The "patterns"...
A few questions itkamaraj

1. The "patterns" in above command line will replace the input file in which I have the list of xml files whose path is to be found. Is that right?

2. The output will...
6,586
Posted By Yoodit
KSH - Find paths of multiple files in CC (dir and sub-dir))
Dear Members,

I have a list of xml files like

abc.xml.table
prq.xml.table
...
..
.

in a txt file.

Now I have to search the file(s) in all directories and sub-directories and print...
2,548
Posted By Yoodit
KSH - Text from input file truncated while converting it to excel
Dear Members,

I am using the attached script to convert a input file delimited by '|' to excel.
However, while processing the attribute change_reason, the whole content of the text under...
3,634
Posted By Yoodit
Thanx
Thank you! I am grateful to Jean Pierre and fpmurphy

---------- Post updated at 12:11 PM ---------- Previous update was at 11:32 AM ----------


I tried the awk script provided by Jean.
I have...
3,634
Posted By Yoodit
KSH - XML file from Text file
Hello Members,

I have to create a script to parse a text file in the following format:

Increment By:1
Max Value:999999
Related Table: Dummy_table
Related Table Column: dummy_id
Sequence...
3,628
Posted By Yoodit
New Split String function returns nada
Hi,

I used the alternate splitstring function, but now the script returns nothing.


function SplitString(str ,i ,j ,char ,slen ) {
slen = length(str);
for (i=1; i<=slen; i++)
...
3,628
Posted By Yoodit
Additional Info Required
Thanks. Replacing nawk by awk worked perfectly.
Now my other question is:

In the example you have stated, we get all the possible set of combinations of 3 letter string from 'abcd'.
But if I...
3,628
Posted By Yoodit
Error while execution
Thanks for the script aigles.

However, when I am trying to execute the script with the example you have provided, I am getting the following error:


gen_abbrev.ksh abcd 3

gen_abbrev.ksh[4]:...
3,628
Posted By Yoodit
KSH - need to write a script to abbreviate a string
Dear Members,

I have to write a UNIX script (KSH) to create a 6 letter abbreviation from a given string. The string will have alphabets and underscores only.

e.g. abc_pst_xyz is our string and...
3,748
Posted By Yoodit
KSH - help needed for creating a script to generate xml file from text file
Dear Members,

I have a table in Oracle DB and one of its column name is INFO which has data in text format which we need to fetch in a script and create an xml file of a new table from the input....
3,864
Posted By Yoodit
Thanks palanisvr. I will work on this...
Thanks palanisvr.

I will work on this script and expand it as per my requirements.
I will let you know how is goes (and may even bother you if I am stuck at some point).

Thank you very much...
3,864
Posted By Yoodit
KSH - How to call different scripts from master scripts based on a column in an Oracle table
Dear Members,

I have a table REQUESTS in Oracle which has an attribute REQUEST_ACTION. The entries in REQUEST_ACTION are like, ME, MD, ND, NE etc.

I would like to create a script which will...
Showing results 1 to 20 of 20

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