Search Results

Search: Posts Made By: krk_555
7
2,665
Posted By krk_555
Hi, I need the below mentioned...
Hi,
I need the below mentioned Solution explanation.

#!/usr/bin/env python
file1={}
for line in open("file1"):
line=line.strip().split("|")
file1['|'.join(line[:3])] =...
7
2,665
Posted By krk_555
Need Explanation
Hi,
Thanks for providing the solution,Could u please explain how it works........
2,217
Posted By krk_555
Join TWO Files
Hi,
I would like to Join the Below mwntioned TWO Files.
File 1.txt
---------
99|Table1|00|5
99|Table2|00|10
99|Table3|00|15
99|Table1|04|7

File 2.txt
---------
99|Table1|00|INF1...
7
2,665
Posted By krk_555
Join TWO Files
Hi,
I would like to Join the Below mwntioned TWO Files.
File 1.txt
---------
99|Table1|00|5
99|Table2|00|10
99|Table3|00|15
99|Table1|04|7

File 2.txt
---------
99|Table1|00|INF1...
2,346
Posted By krk_555
thanks for replying... can you send the code...
thanks for replying...

can you send the code for the same.
13,372
Posted By krk_555
Hi, Thanks for responding... ...
Hi,
Thanks for responding...

Actually my requirement is as follows.

i had 5 Processes for every 30 min i want to run.for every 30 min i need to check which process is free.then i will...
13,372
Posted By krk_555
Hi, can u send any sample code.
Hi,
can u send any sample code.
2,346
Posted By krk_555
Time based Processing of the Scripts
Any one can tell me how can i execute the processes for every 10 min.Actually iam having 3 Processes for every 10 min i want to run these 3 Process,one process at every 10 min. If any of the process...
121,685
Posted By krk_555
if a process is appending with & means its...
if a process is appending with & means its running in bg

like

script_1.sh &
echo $!

you will get the process id
13,372
Posted By krk_555
finding Background Process Id
Hi Gurus,
How can i find background process is completed or not. I have mentioned my scenario below.

Actually Pr1 Process is running in back ground, i just want to know whether this...
121,685
Posted By krk_555
Hi Guys, How can i find the is the process is...
Hi Guys,
How can i find the is the process is running in back ground.

Actually
6,752
Posted By krk_555
Hi, I am also facing the same iissue...
Hi,
I am also facing the same iissue if any one can reply it would be very helpful for me.
4,755
Posted By krk_555
Hr Loading of Scripts
Hi,
I want to load the files in a hourly base for an entire Day. can you please suggest how to load. Actually iam having 5 Process_environements, i want to use these 5 Environements.

1 Hr :...
5,847
Posted By krk_555
Files Processing for the repeted time periods
Hi,
I need a help from any of you guys.

Actually my scenario is same but little bit different.

Iam having 3 Processes Pr1,Pr2 and Pr3 . I would like to run every process in every 15 Min...
Showing results 1 to 14 of 14

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