728x90
check_report_standard.sh
find xx* -type file -name "*.rdf" | while read filename
do
cnt=`grep -i "SRWINIT" $filename | wc | awk '{print $1}'`;
if [ "$cnt" = "0" ]
then
echo "$filename : Need modification";
else
echo "$filename : Complete";
fi;
done
'Oracle > Apps' 카테고리의 다른 글
[EBS] Insalling Oracle E-Business Suite 12.1.3 for Linux x64 (0) | 2016.08.09 |
---|---|
[EBS] Insalling Oracle E-Business Suite 12.1.3 for Solaris SPARC (0) | 2016.08.09 |
[EBS] Report 개발 표준 (0) | 2016.08.09 |
[EBS] Enhanced Jar Signing for Oracle E-Business Suite (0) | 2016.08.09 |
[EBS] Patch Merge - admerge (0) | 2016.08.09 |