Search Results

Search: Posts Made By: sureshmani
1,041
Posted By Shell_Life
!/usr/bin/ksh typeset -i mCnt for mFNameA in...
!/usr/bin/ksh
typeset -i mCnt
for mFNameA in trace*.log; do
mCnt=0
for mFNameB in trace*.log; do
diff ${mFNameA} ${mFNameB} 1>/dev/null/
mRC=$?
if [[ "${mRC}" = "0" ]]; then
...
Showing results 1 to 1 of 1

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