Search Results

Search: Posts Made By: siri_886
17,953
Posted By siri_886
XML validation
Hi,

I have a requirement where I need to validate the xmls that are getting generated by an application if it is well formed or not.

If it has generated incomplete xml (such as missing tags),...
2,788
Posted By siri_886
How to fetch data between two timestamps in a file using KSH
Hi,

I got a requirement to fetch data between two time stamps in a big log file and grep for a word in that particular time interval of data.

Here is my log looks like:

2012/04/08-14:35:56 ...
2,843
Posted By siri_886
Appending columns of two files using shell script
Hi,

I am using ksh, I want to read one csv file and append the columns of another file with new column.

My input file:

col1,col2
---------
siri,886
satya,890
priya,850

Another...
11,576
Posted By siri_886
how to put data using shell script to a excel file
Hi,
Can any one tell me how to put data using shell script to a excel file from text file to other columns of excel file,leaving first column unaffected i.e it should not overwrite data in first...
1,629
Posted By siri_886
How to use Sed on string
Hi, I am trying to use SED command on one string. But its not working for me. I have checked all the sites for examples, I have used almost all commands to get the output. but I could not.

My...
3,870
Posted By siri_886
HI I want the script in linux OS. Please...
HI

I want the script in linux OS. Please help me.
3,870
Posted By siri_886
Comparing same size of files using KSH script
Hi,

I have a requirement

I have to find out the same size of files with different name in a particular directory.

For ex: I have around 1 lack records in a directory and in that I have ...
5,748
Posted By siri_886
I typed the command which u gave and I got the...
I typed the command which u gave and I got the below result:

AIX cpaiadba 3 5 00CF6B8F4C00


I have started the script:

What condition I can keep in if loop to get whether the files...
5,748
Posted By siri_886
Monitor file generation for an hour using Korn shell script
Hi ,

I want to write the shell script in UNIX box. Could you please send me the code.

Files with *.XML extension will be generating in a /home/sample/ folder for every 15 mins. I need to...
5,748
Posted By siri_886
Monitor file generation for an hour using Korn shell script
Hi,

I am new to this unix scripting, I got a requirement like..

Files with *.XML extension will be generating in a /home/sample/ folder for every 15 mins. I need to monitor those files in...
Forum: UNIX and Linux Applications 02-10-2010
11,469
Posted By siri_886
Scopeux taking more CPU utilization
Hi,

When we are running one shell script in production, Scopeux process is taking more cpu utilizaton (96%). We are not sure why it is running and why it is taking more cpu utilization.

And...
7,644
Posted By siri_886
Its not from Siebel Server script. Like I have...
Its not from Siebel Server script. Like I have one workflow process manager. I need to run this through unix shell script.
7,644
Posted By siri_886
How to trigger workflow manager through shell script?
I am new to siebel workflow manager.
Can anyone help me regarding the shell script which will trigger siebel workflow manager.
I want a sample shell script to trigger workflow manager.

Thanks...
3,146
Posted By siri_886
SQL1325N error
I am trying to load the data from a file to EIM table in DB2 on unix server, But it is giving the below error while loading:

SQL1325N The remote database environment does not support the command...
2,754
Posted By siri_886
How to append database column to a delimited file
Hi,

I have the below flat filewith ~ as delimiter
emp.no~dept.name

I need to append corresponding emp.name column which will come from database based on emp.no in the flat file.
I need the...
9,661
Posted By siri_886
How to read the first column in a flat file with ~ as delimiter
I have one flat file like below

id1~col~batch1
id2~col2~batch2
id3~col3~batch3

I need to read the first column one by one and I need to write one db2 query based on that column1
Like
for...
1,544
Posted By siri_886
Hi I tried that option.Even though i am...
Hi

I tried that option.Even though i am getting the 2 records in single line while sending an email

can anybody help in this?

Thanks in advance
1,544
Posted By siri_886
How to get 2 records in 2 separate lines in the mail
export VarMailAddress=abc@gmail.com
export SUBJECT="Hi"
(
echo "Subject: $SUBJECT"
echo "MIME-Version: 1.0"
echo "Content-Type: text/html"
echo "Content-Disposition: inline"
echo...
1,803
Posted By siri_886
Thanks for ur reply
i tried that command :

grep -v -f file1 file2

but it gave the error as

grep: illegal option -- f
Usage: grep -hblcnsviw pattern file . . .


can anybody help in this please
...
1,803
Posted By siri_886
compare two files
I have two files.
one file consists of process ID's:
ProcessID1
ProcessID2
ProcessID3

Second file consists of 3 records:
username1 ProcessID1 Date1 Time1 ProcessName1
username2 ProcessID2...
2,966
Posted By siri_886
Executing the script continuously
I need to write a script that executes the already existing script continuously for 15 minutes.

i think that "while" loop is useful.

can anybody helps in this?

Thanks in advance
2,966
Posted By siri_886
Thanks
thanks for ur answer.But when i typed the command:

grep -E 'username1|username4' inputfile>>outputfile

it gave an error that: illegal option -- E
Usage: grep...
2,966
Posted By siri_886
Thanks
Thanks for the answer.... it worked. But if we want to search for more than one user how we can proceed ?

grep username1 | username4 filename > outputfile

It is throwing an error that...
2,966
Posted By siri_886
Error while appending records to a file
Hi,
I have a sample file which contains records.
Input File :
1 user1 username1\password@database-name
2 user2 username2\password@database-name
3 user3 username1\password@database-name
I should...
3,257
Posted By siri_886
It appeared as single line only. i tried with...
It appeared as single line only. i tried with another mail client also.i am using target
Showing results 1 to 25 of 29

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