Search Results

Search: Posts Made By: sudhir_83k
6,994
Posted By michaelrozar17
You could redirect the error to some error.txt...
You could redirect the error to some error.txt file by
grep -i "$j:Error" $v >>oraerr_output$j.txt 2>>error.txt 2 is the file descriptor for standard error generated.
Or give a test condition for...
6,994
Posted By michaelrozar17
1.It wud have been better if you have posted the...
1.It wud have been better if you have posted the value of a. Looking the above code seems like var a is not executed.Try as below as prev said..

a=$(ls -ltrd CSB.*|tail -1|egrep -v '^CSB.*'|awk '{...
Showing results 1 to 2 of 2

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