Search Results

Search: Posts Made By: aashish.sharma8
22,684
Posted By msabhi
Yes as corona pointed out, am not using any shell...
Yes as corona pointed out, am not using any shell command inside sed there...i am just executing whats thrown out by sed...
My knowledge is limited on usage of shell commands inside sed..but from...
22,684
Posted By Corona688
That is a dangerous use of backticks...
That is a dangerous use of backticks (http://partmaps.org/era/unix/award.html#backticks), better rewritten as

find ... | while read FILENAME
do
...
done
Forum: Red Hat 05-20-2012
16,046
Posted By jim mcnamara
We have has varying causes of the problem which...
We have has varying causes of the problem which is a listener problem in disguise.
Here are some things we have had to fix:

1. use IP ADDRESSES for your oracle instances in the tnsnames.ora file...
1,343
Posted By methyl
The eval command is normally a shell built-in. ...
The eval command is normally a shell built-in.
What Operating System and version do you have and what Shell are you using?

# The eval method
TYPE=ABC
ABC_SOURCE=/abc/xyz
eval...
Showing results 1 to 4 of 4

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