Scunningham99
Programmer
Hi
i have the following script to find the latest file with a *.arc extension. However the following code produes error when run as a script:-
*.arc: No such file or directory
#find the latest archive file
FILE=`ls -tr '*.arc' /findata/u04/oracle/proddata/archive | tail -1`
thanks in advance
i have the following script to find the latest file with a *.arc extension. However the following code produes error when run as a script:-
*.arc: No such file or directory
#find the latest archive file
FILE=`ls -tr '*.arc' /findata/u04/oracle/proddata/archive | tail -1`
thanks in advance