Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
View Tickets
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 7
and
Version 8
of
authenkey
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
02/15/22 04:27:37 (
3 years
ago)
Author:
krit
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
authenkey
v7
v8
85
85
OMD[monitor@501264b41d2d]:~/var/thruk/sessions$ grep -l -null admin1 ./* | xargs rm
86
86
}}}
87
or
88
{{{
89
#!sh
90
OMD[monitor@501264b41d2d]:~/var/thruk/sessions$ grep -l -null admin1 ./* | xargs sed -i 's/admin1//g'
91
}}}