Search Results

Search: Posts Made By: murali1687
2,950
Posted By durden_tyler
It does not show any errors because ${fail_cnt}...
It does not show any errors because ${fail_cnt} which is '' is not greater than or equal to 1, and the control does not go inside the if branch. There is nothing erroneous about that.

You'll have...
2,950
Posted By Scott
The error has nothing to do with SQLPLus missing,...
The error has nothing to do with SQLPLus missing, but with whence. Try using which instead of whence.
3,785
Posted By pamu
this will exclude the first and second from the...
this will exclude the first and second from the file..
You can add how many you want to add just insert '|' between them...


grep -v -E "first|second"
3,785
Posted By aashish.sharma8
Hi Murali, Scripts are killing all the...
Hi Murali,

Scripts are killing all the processes mentioned in the text file except the Genesis processes.
Scripts are written assuming you have the list of processes to be killed in a file.
...
3,561
Posted By Scrutinizer
@murali, the greps with ... were not to be taken...
@murali, the greps with ... were not to be taken literally. The ... stands for the code in the curly brackets that was provided by others. You also missed a closing /
The square brackets are needed...
3,561
Posted By itkamaraj
$ ps -aux | awk '/mine/{split($15,a,"/");print...
$ ps -aux | awk '/mine/{split($15,a,"/");print $1,$2,a[length(a)]}'
adm 27739 ABC_Process.tra
adm 28765 XYZ_Process.tra
adm 29132 BCY_Archive.tra
Showing results 1 to 6 of 6

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