User Tools

Site Tools


dokuwikisnippets

Differences

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

Link to this comparison view

dokuwikisnippets [2014/07/16 10:52]
andi created
dokuwikisnippets [2019/07/08 10:57] (current)
andi
Line 1: Line 1:
 ====== DokuWiki Snippets ====== ====== DokuWiki Snippets ======
  
-Extract a list from instructions+===== List all tags of the tag plugin ===== 
 + 
 + 
 +Run in the page directory: 
 + 
 +    grep -Rh '{{tag>' * |grep -v '{{tag>}}'| awk '{print substr($0, 7, length($0)-8)}'|tr ' ' "\n"|tr '[:upper:]' '[:lower:]' |sort| uniq -c|sort -nr 
 + 
 + 
 +===== Extract a list from instructions ===== 
  
 <code php> <code php>
dokuwikisnippets.txt · Last modified: 2019/07/08 10:57 by andi