DokuWiki

It's better when it's simple

User Tools

Site Tools


subscription

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
subscription [2020-03-19 20:07] – [Enabling Subscriptions] uncheck 'Subscribe/Unsubscribe' of disableactions KaiMartinsubscription [2023-09-25 20:15] (current) Klap-in
Line 56: Line 56:
 You can likewise use the following commands on a Linux system: You can likewise use the following commands on a Linux system:
  
-<del>grep -rH ".*" *.mlist</del>+
   grep -r ".*\.mlist$"    grep -r ".*\.mlist$" 
   find . -name "*.mlist"   find . -name "*.mlist"
Line 68: Line 68:
 (every=notify on any change, digest=digest changes, list=list of pages) (every=notify on any change, digest=digest changes, list=list of pages)
  
-In either case, be sure to change to your data/meta directory first.+Searching for all subscriptions of a particular user on [[https://openbsd.org|OpenBSD]] or similar UNIX platforms, where grep does not support the ''%%--include%%'' option, can be done like this (for the user with the short name ''//user//''): 
 + 
 +  find . -name '*.mlist' -exec egrep -n '^user ' {} + 
 + 
 +In any case, be sure to change to your ''[wiki directory]/data/meta'' directory first.
  
  
  
  
subscription.1584644828.txt.gz · Last modified: 2020-03-19 20:07 by KaiMartin

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki