Search Results

Search: Posts Made By: alok.behria
2,191
Posted By cero
The shell tries to subsitute $SID_. Enclose your...
The shell tries to subsitute $SID_. Enclose your variablenames in curly braces.
#!/usr/bin/ksh
SID=ffin1
wdate=`date '+%m%d%y'`
sqlplus /nolog <<-EOF
conn / as sysdba
alter database backup...
2,348
Posted By Corona688
Do you no longer want that line you were asking...
Do you no longer want that line you were asking about modified, then? I still don't have enough information to give you an answer about it.

typeset -i mHHMM=`date +%H%M` You don't need to...
1,701
Posted By Peasant
s - substitute # - chosen seperator for s (most...
s - substitute
# - chosen seperator for s (most often is '/' in other examples)
"user@wherever" - string to be matched
"user@whenever" - string to replace matched string
g - global change
<...
Showing results 1 to 3 of 3

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