comparison README @ 760:d4868a6f546d

Removed unnecessary slash from command for deeply nested listdirs
author Ben Schmidt
date Tue, 12 Oct 2010 09:14:35 +1100
parents 39881695c4cf
children a0e7464ec2b3
comparison
equal deleted inserted replaced
758:39881695c4cf 760:d4868a6f546d
103 If you have several lists below /var/spool/mlmmj you can use -d: 103 If you have several lists below /var/spool/mlmmj you can use -d:
104 /usr/bin/mlmmj-maintd -F -d /var/spool/mlmmj 104 /usr/bin/mlmmj-maintd -F -d /var/spool/mlmmj
105 105
106 If you have lists more deeply nested below /var/spool/mlmmj, use 106 If you have lists more deeply nested below /var/spool/mlmmj, use
107 something like: 107 something like:
108 find /var/spool/mlmmj/ -mindepth 1 -maxdepth 1 -type d \ 108 find /var/spool/mlmmj -mindepth 1 -maxdepth 1 -type d \
109 -exec /usr/bin/mlmmj-maintd -F -d {} \; 109 -exec /usr/bin/mlmmj-maintd -F -d {} \;
110 110
111 That's it! You probably want to go through the next steps too. 111 That's it! You probably want to go through the next steps too.
112 112
113 5) Subscribe some people 113 5) Subscribe some people