Search Results

Search: Posts Made By: casttree
27,145
Posted By casttree
Thanks, My question is a general question without...
Thanks, My question is a general question without special user case.

Maybe we can create a example to insert data 1-10000 in process to log and run 3 processes at the same time .

As you...
6,420
Posted By casttree
Multiple processes write to log file at the same time
If we have 3 process to write to same log file at the same time like below. will it cause the data outdated because the multiple process writing same time? It this a safe way to keep the log for...
27,145
Posted By casttree
any suggestions? Thanks
any suggestions?

Thanks
27,145
Posted By casttree
Multiple process write to same log file at the same time
If we have 3 process to write to same log file at the same time like below. will it cause the data outdated because the multiple process writing same time? It this a safe way to keep the log for...
5,786
Posted By casttree
Thanks, it works :-)
Thanks, it works :-)
5,786
Posted By casttree
Thanks, it solved the issue for single $ or with...
Thanks, it solved the issue for single $ or with prefix; Could I also grep the whole word , like "MGMT$DB" together?


$ grep MGMT\\$ test1
MGMT$DB
$ grep MGMT\\$DB test1
DB: Undefined...
5,786
Posted By casttree
How to grep for $
I tried to grep the word include $ like "MGMT$DB" , but get the following error in Linux.





$ grep "MGMT[\$]DB" test1
Variable name must contain alphanumeric characters.
$ grep "MGMT$DB"...
Showing results 1 to 7 of 7

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