Search Results

Search: Posts Made By: nkm0brm
6,195
Posted By nkm0brm
I was able to get it to work correctly using the...
I was able to get it to work correctly using the following code:


REPO_DB=DEV1
FOLDER_NM='U_TEST'
FOLDER_CHECK=$(sqlplus -s /nolog <<EOF
CONNECT user/pswd@${REPO_DB}
set echo off heading...
6,195
Posted By nkm0brm
I initially tried using the code as you have...
I initially tried using the code as you have suggested, with and without the curley braces.

where subj_name='${FOLDER_NM}';

Neither worked. I turned tracing on and I am seeing the single...
6,195
Posted By nkm0brm
Shell Script (ksh) - SQLPlus query filter using a string variable
Using ksh, I am using SQLPlus to execute a query with a filter using a string variable.

REPO_DB=DEV1
FOLDER_NM='U_nmalencia'

FOLDER_CHECK=$(sqlplus -s /nolog <<EOF
CONNECT...
12,145
Posted By nkm0brm
I am able to issue the command ls --file-time and...
I am able to issue the command ls --file-time and get the full file timestamp, so I believe the filesystem supports it, but maybe (find -newer) does not?
12,145
Posted By nkm0brm
Identifying files with a timestamp greater than a given timestamp
I need to be able to identify files with file timestamps greater than a given timestamp.

I am using the following solution, although it appears to compare files at the "seconds" granularity and I...
Showing results 1 to 5 of 5

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