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