Search Results

Search: Posts Made By: kamesh83
2,215
Posted By kamesh83
reg no of instances of a script run using cron
I have the below code in a file called test.ksh and it is scheduled using cron forevery 5 min. when i see the cron out file for every 5 min it showing the no of process running are 2. same thing when...
21,852
Posted By kamesh83
automation of Informatica jobs using Unix
1.How will you do automation of Informatica jobs using Unix ?

2. How u run workflow from Unix? :)
7
3,705
Posted By kamesh83
HI i think this will solve ur problem. try using...
HI i think this will solve ur problem. try using this code.

a=`ps -ef |egrep script.ksh'|egrep -vc grep`
if [ $a -ge 3 ]
then
echo "Date: "`date '+%m-%d-%Y_%H:%M:%S'`"==> script.ksh is...
12,616
Posted By kamesh83
hey thanks for ur reply yaar
hey i got the solution to the above problem.

i used the sed command sed -n " $L1,$L2 w outfile" inputfile where L1 and L2 are variables which contains line numbers.

previously i used...
12,616
Posted By kamesh83
How to print data between 2 lines in a file
i want to print the data between two line numbers in file to another file.
which command should i use

i tried sed command . i am storing the line numbers in two variables say L1,L2. but $L1 and...
2,654
Posted By kamesh83
how to post a thread
I am not getting post new thread button when i was logged in.
tell me how to do this.


i want to print data between two lines in a file into another file. which command should i use in UNIX
52,345
Posted By kamesh83
Thank s
Hey madhan ,

thanks for sending the aboove command to count the no of times a character occurred. its working fine.

but i found a simple way of doing this.
Just count the no of fields...
52,345
Posted By kamesh83
How to count no of occurences of a character in a string in UNIX
i have a string like echo "a|b|c" . i want to count the | symbols in this string . how to do this .plz tell the command
Showing results 1 to 8 of 8

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