comparison README @ 758:39881695c4cf

Correct command for deeply nested listdirs (Corrects c02582939bbc)
author Ben Schmidt
date Mon, 11 Oct 2010 21:59:19 +1100
parents c02582939bbc
children d4868a6f546d
comparison
equal deleted inserted replaced
757:d1872b169d84 758:39881695c4cf
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 /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
114 114