Search Results

Search: Posts Made By: Linux6.5
2,240
Posted By Linux6.5
RudiC, Thanks for your Reply ..The directory do...
RudiC, Thanks for your Reply ..The directory do exists.
[oracle@db1 ~]$ ls -d /ORCL_data[0-9][0-9]
/ORCL_data01
[oracle@db1 ~]$

[oracle@db1 /]$ ls /
app bin boot cgroup dev etc home lib...
2,240
Posted By Linux6.5
Thanks a lot for the reply... for dir in...
Thanks a lot for the reply...

for dir in /${ORACLE_SID}_data[0-9][0-9]
do
if [ -d "$dir" ]
then
mkdir -p "$dir/oradata/${ORACLE_SID}/ctrl"
mkdir -p...
2,240
Posted By Linux6.5
Help with create multiple directories under diff file systems
Hi,

Need help ...I want to create multiple directories in different /file systems using for loop..eg.../ORCL_data01/oradata/orcl/ctl.
../ORCL_data01/oradata/orcl/data.
...
Showing results 1 to 3 of 3

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