Search Results

Search: Posts Made By: milink
7,533
Posted By pamu
What is output of this..? echo $PATH I...
What is output of this..?

echo $PATH

I think you have changed its value.
2,292
Posted By Klashxx
Hi , use single quotes .
Hi , use single quotes .
3,033
Posted By
Common..!! I have just given u the rough idea. U...
Common..!! I have just given u the rough idea. U need to make changes in it as per your requirement. U can't directly copy and paste it to the prompt. Anyway, it is coming like this because u need to...
3,603
Posted By ctsgnb
echo 'su - oracle -c "exp $user/$pass...
echo 'su - oracle -c "exp $user/$pass file=/oracle/oradata/backup/exp_trn_tables_`date +%d_%b_20%y_%H_%M_%S`.dmp log=/oracle/oradata/backup/exp_trn_tables_`date +%d_%b_20%y_%H_%M_%S`.log...
1,187
Posted By DGPickett
zans=y until [ $zans" = "n" ] do ...
zans=y

until [ $zans" = "n" ]
do
function1()
zret=$?

if [ $zret = 1 ]
then
echo "This is not the latest, do you want to select another (y/n)? \c"
read zans
else
zans=n
fi
...
1,880
Posted By durden_tyler
Oracle's import utility allows you to specify a...
Oracle's import utility allows you to specify a log file name wherein it logs a lot of information about the import process. If the log file is not specified, this information is dumped on stdout.
...
3,187
Posted By Tytalus
does your final "EOL" appear exactly as listed...
does your final "EOL" appear exactly as listed i.e. with no spaces/tabs before it on the line ? (This would cause it to break...)
2,220
Posted By pravin27
Something like this ? echo...
Something like this ?

echo "exp_bkp_tables_18_Oct_2010_10_50_28.dmp" | awk -F"_" '{print "Table records will get restored as on date " $4"-"$5"-"$6 " and time " $7":"$8":"...
Forum: Solaris 09-27-2010
12,580
Posted By malikshahid85
#!/bin/bash read -p "Please enter the minute...
#!/bin/bash
read -p "Please enter the minute (0-59):" minute
if [ "$minute" = "" ]
then
minute="*"
echo "$minute"
else
echo "$minute"
fi
Showing results 1 to 9 of 9

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