Gitiles
Code Review
Sign In
gerrit.nordix.org
/
onap
/
aaf
/
authz
/
7fa31dee0dcfc9ef37703feef1c3d573728be742
/
.
/
auth
/
sample
/
logs
/
clean
blob: 7d5152b98a55eff23a22af2b7b67ecb718fbe2d9 [
file
] [
log
] [
blame
]
Instrumental
9c8a8b0
2018-07-16 18:41:10 -0500
[
diff
] [
blame
]
1
cd
/
opt
/
app
/
osaaf
/
logs
Instrumental
9ec2895
2018-07-12 11:14:10 -0500
[
diff
] [
blame
]
2
for
D
in
`find . -type d`
;
do
3
if
[
"$D"
!=
"./"
];
then
4
rm
-
f $D
/*.log
5
fi
6
done
7