Search Results

Search: Posts Made By: soumyamishra
4,749
Posted By soumyamishra
How to i execute .rdf file oracle report automatically in cron tab unix
Hi,
I want to execute .rdf file which uses oracle report in crontab ..Can you please help me out how to schedule it crontab.as it is a rdf file


Please give any suggestions regarding the above...
39,316
Posted By soumyamishra
all the files are moving including subdirectiores...
all the files are moving including subdirectiores files also.how can i ll move only files present in the directory to one specified subdriectires which not move the files present in the other...
1,435
Posted By soumyamishra
for i in $BATCH_LIST do rm -f file* awk...
for i in $BATCH_LIST
do
rm -f file*
awk '/^-/{close("file"f);f++}{print $0 > "file"f}' $i
BN=`grep -i ^START file|awk '{print $3}'`
#echo "\nBatch Name : $BN\n" >> Daily.txt
...
1,435
Posted By soumyamishra
having problem while executing the script
Hi i am getting stuck while executing the script in the below line .Please help me out

if [ "$Nam" = "" ];then
Name=`grep -i $Size $FILE|awk '{print $(NF-1),$NF}' |head -1`
else
Name="$Nam"...
39,316
Posted By soumyamishra
hey thanks.while i am executing in script i am...
hey thanks.while i am executing in script i am getting unexcepeted do error but while executing manually the above code it it working fine.so what ll be the issue while executing the same code...
39,316
Posted By soumyamishra
No still same result..unexceptd do please do the...
No still same result..unexceptd do please do the needful.Thanks in adv
39,316
Posted By soumyamishra
Hi.Same error with unexceped syntax error do at...
Hi.Same error with unexceped syntax error do at line 5.have pasted the same code to mv.sh n den execute it
please help me
39,316
Posted By soumyamishra
both in unix it is not working.
both in unix it is not working.
39,316
Posted By soumyamishra
Hi, I am getting same error while executing the...
Hi,
I am getting same error while executing the same script while executing the script..
i am doing the following step.
save as mv.sh
in mv.sh paste the code for i in jpg txt csv pdf gz
do
mv...
39,316
Posted By soumyamishra
Thanks vishal.But while executing your loop i got...
Thanks vishal.But while executing your loop i got error unexcepeted error 'do
39,316
Posted By soumyamishra
Hi I am getting error while executing find...
Hi I am getting error while executing
find /usr/bin/sou/ -maxdepth 1 -exec mv {} /usr/bin/sou/temp/ \;
error :find:bad option -maxdepth.

---------- Post updated at 06:22 AM ----------...
39,316
Posted By soumyamishra
Thanks for your quick reply.How can i move all...
Thanks for your quick reply.How can i move all the file extension like .txt ,.csv,.pdf and .gz files all together using
find /usr/bin/sou/ -maxdepth 1 -name "*.txt" -exec mv {} /usr/bin/sou/temp/ \;
39,316
Posted By soumyamishra
Hi..Thanks all for your help but i need to move...
Hi..Thanks all for your help but i need to move both txt files and csv files all together.can you help me .
39,316
Posted By soumyamishra
Help for shell scripts for moving all files from one directory to another
Hi ,
Can you please check this code .I am getting the follwing error while executing the script.
Please help me out.
#rm /tmp/$$
#!/bin/ksh
dir_one="/usr/bin/sou"
dir_two="usr/bin/sou/temp"...
Showing results 1 to 14 of 14

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