Search Results

Search: Posts Made By: mape
3,118
Posted By mape
When I look up session_id I would like to get all...
When I look up session_id I would like to get all records again from log file which consist session_id.
3,118
Posted By mape
As I see you dont know what I mean. Log file...
As I see you dont know what I mean.

Log file consist of bunch of information about transactions.
Each transaction has session_id and by this session_id I can identify some important things.
...
3,118
Posted By mape
I just know the first string1 what I would like...
I just know the first string1 what I would like to use, but the second string2 not.
So its must be stored somewhere and then use grep on string2
3,118
Posted By mape
I need to find string like ABCD grep ABCD...
I need to find string like ABCD
grep ABCD $FILE

This grep gives me some records where is another string for instance BABA
and I need to find all records by BABA on $FILE

---------- Post...
3,118
Posted By mape
Find string in file and find the all records by string
Hello

I would like to get know how to do this:
I got a big file (about 1GB) and I need to find a string (for instance by grep )
and then find all records in this file based on a string.

...
3,668
Posted By mape
using config file
Hello

I got script where is defined path name, connect string to database and
name of the log file.

I would like to create a new config file which will be consists of these path name, connect...
2,123
Posted By mape
perfect job, its a really work fine. ...
perfect job,

its a really work fine.

Thanks a lot.
2,123
Posted By mape
awk is not used in script. It is a just...
awk is not used in script.
It is a just comment.

But how to solve this problem?
2,123
Posted By mape
generate file incremented by 1
Hi

I a really need help.
I got simply shell script which store result into the specific file
in this case xxx_001.txt

And after another run script I would like to create the same file but ...
8,722
Posted By mape
1th script looks: ...
1th script looks:
-----------------------------------------------
typeset -i i
i=0
while [ $i -lt 3 ]
do
nohup ./run.sh $1 2>&1 &
...
8,722
Posted By mape
shell cycle
Hello

I got a cycle in the script which open another scripts.

if [ 1 -lt 3 ]
then
action
fi

Scripts action will be running 2 times at the same time.
Inside of action()...
Showing results 1 to 11 of 11

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