Search Results

Search: Posts Made By: yogendra.barode
2,706
Posted By yogendra.barode
"SQLPLUS -S " is not working in one environment where same code is working in another
"SQLPLUS -S " is not working in one environment where same code is working in another

getting below error
===================================
SQL*Plus: Release 11.2.0.3.0 Production
...
1,228
Posted By yogendra.barode
Hi, I run 30 instance of script with crontab...
Hi,

I run 30 instance of script with crontab or TWS on same time.
loop is picking up the information from Some DATABASE which return set of parameter.
and i have to use it once for each instance...
1,228
Posted By yogendra.barode
Shell script replied multiple process for file has successfully created
Hi All,

I have written the following code

do
FILE_NO=$(echo $LINE|awk -F"|" '{print $1}'|tr "'" '+'|sed 's/\(.*\)\(++\)\(.*\)\(++\)/\3/')
INST_NO=$(echo $LINE|awk -F"|"...
1,599
Posted By yogendra.barode
tar -cvzf filename.tar.gz DIR_NAME/ ...
tar -cvzf filename.tar.gz DIR_NAME/

---------- Post updated at 10:41 PM ---------- Previous update was at 10:40 PM ----------

tar -czvf directory.tar.gz -C my_directory .
1,011
Posted By yogendra.barode
Which OS do you have ?
Which OS do you have ?
1,718
Posted By yogendra.barode
Hi, You can use following command. sed...
Hi,

You can use following command.
sed 's/$/,unix/' file1 file2

Thanks

YB :)
3,541
Posted By yogendra.barode
Hi, In the command : awk '/Process...
Hi,

In the command :

awk '/Process Request/{$1="";print}' file

awk is searhing for pattern "Process Request". When RE matched then it initializing $1 (first column) with BLANK ("")

at...
3,541
Posted By yogendra.barode
Hi, You can use : echo "GMDCOM.27936...
Hi,

You can use :

echo "GMDCOM.27936 [Tue Oct 1 13:32:40 2013]: Process Request <36812974>"|cut -d" " -f2-

OR

echo "GMDCOM.27936 [Tue Oct 1 13:32:40 2013]: Process Request...
Forum: Solaris 08-04-2013
2,692
Posted By yogendra.barode
How to know the script/command executor as root?
In my ENV every one has sudo access to "XYZ" user and they run the script any time.

can you please suggest how could I identify who has executed script after sudo user XYZ ?

OS : sunSolaris...
6,251
Posted By yogendra.barode
You can try following command sed -n...
You can try following command

sed -n '/CCC/,/GGG/p' FILE_NAME |sed '$d'
1,829
Posted By yogendra.barode
you can try following command on shell for...
you can try following command on shell

for i in `ls -1 *.jpy.jpeg`; do FN=`echo $i|cut -d"." -f1`; mv $i "$FN.hhk.jpeg"; done
20,398
Posted By yogendra.barode
You can use > or >> operator followed by file...
You can use > or >> operator followed by file name
echo "/info/dump" >> abc.txt
Showing results 1 to 12 of 12

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