shell 的判断
pentium
2013-01-10 11:00:50
IT综合
原创
#!/bin/sh
file=/u03
if [ "${file}" = "/u03" ]
then
echo the filename is /u03
#!/bin/sh
file=/u03
if [ "${file}" = "/u03" ]
then
echo the filename is /u03
fi
file2=/u04
if [ "${file2}" != "/u03" ]
then
echo the filename is not /u03
fi
[@more@]
Database Audit and Audit trail purging
oracle 监听