diff --git a/www/cheatsheet.org b/www/cheatsheet.org index d2f41a06..924986b3 100644 --- a/www/cheatsheet.org +++ b/www/cheatsheet.org @@ -129,9 +129,9 @@ If =mu= did not guess the right Maildir, you can set it explicitly: For example, to get the number of lines in all your messages mentioning /banana/, you could use something like: -#+html:
 $ mu find --fields="'l'" banana | xargs wc -l
+#+html:
 $ mu find --exec='wc -l'
- Note that we use ='l'=, so the returned message paths will be quoted. This is + Note that we use 'l', so the returned message paths will be quoted. This is useful if you have maildirs with spaces in their names. For further processing, also the ~--format=(xml|sexp)~ can be useful. For @@ -141,7 +141,6 @@ If =mu= did not guess the right Maildir, you can set it explicitly: will give you a list of pancake-related messages in XML-format. - #+html:
© 2011-2012 Dirk-Jan C. Binnema
#+begin_html