Search Results

Search: Posts Made By: pred55
2,119
Posted By pred55
Thank you all for your suggestions, I got the...
Thank you all for your suggestions, I got the results.
2,119
Posted By pred55
Hi Don Thank you for the script, when I...
Hi Don

Thank you for the script, when I executed it I was seeing all the matching lines against the patterns in the pattern.txt file but even if the line is starting with

<?xml version its...
2,119
Posted By pred55
Hi Jim I ran below command and I got the...
Hi Jim

I ran below command and I got the following message about arguments.

grep -f /project/source/pattern.txt $( find /project/log/ -type -name '*.log' )

'find: Arguments to -type...
2,119
Posted By pred55
Shell script to search all files for every string in another file
Hello All

I have a pattern.txt file in source directory ((/project/source/) in linux server and data looks like:

123abc17
234cdf19
235ifg20


I have multiple log files in log directory...
1,312
Posted By pred55
It worked, Thank you. :b:
It worked, Thank you. :b:
1,312
Posted By pred55
1.Please tell us what operating system and shell...
1.Please tell us what operating system and shell you're using.

Linux Box and i need SH script

2. Please show us (in CODE tags) sample patterns.txt file contents.

patterns.txt file looks...
1,312
Posted By pred55
Need help to grep every character in a file against multiple files
Hello All
I am trying to grep the list of id's in a .txt file(patterns.txt) against all log files which are in /logs directory in a server.
Patterns.txt file has only ID's, that means I need to...
2,395
Posted By pred55
ahamed, thank you very much for your fast...
ahamed, thank you very much for your fast response.
It worked well.. thanks
2,395
Posted By pred55
Ahamed, your script is working fine, but the only...
Ahamed, your script is working fine, but the only problem is that, this script just print out the data without <S_NO>-----</S_NO>, I want the output to be saved in another file.
5,816
Posted By pred55
awk works... Thank you Ophiuchus.:)
awk works...

Thank you Ophiuchus.:)
5,816
Posted By pred55
word counts for a single line xml file
I have any XML ouput file(file name TABLE.xml), where the data is loaded in A SINGLE LINE, I need help in writting a ksh shell script which gives me the word counts of word <TABLE-ROW>

This is my...
2,395
Posted By pred55
delete a column in XML file
I have any XML ouput file(file name TABLE.xml), where the data is loaded in A SINGLE LINE, I need need help in writting a ksh shell script which gives me the output which should not have column S_NO...
8,407
Posted By pred55
Corona, It worked, Thank you very much. I...
Corona, It worked, Thank you very much.
I appreciate.
8,407
Posted By pred55
Thank you for the fast response. This shell...
Thank you for the fast response.
This shell script is Printing the output which is giving correct format which I wanted, but I need to save the output as a another file in another directory
8,407
Posted By pred55
[Solved] Line Break Issue for an XML file
I got an XML file(file name TABLE.xml) which the data format has line breaks(with no Spaces, no Nulls, no characters between each line), I need to write a KSH script which gives me the data in single...
Showing results 1 to 15 of 15

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