| Date: Sun, 19 Aug 2007 01:02:20 +0200
| From: Brian Foster <blf at utvinternet.ie>
|
|[ ... ] (NOT fully tested!):
| for i in ...; do
| find "$FOLDERS$i/mail/" -type f -print0 | \
| xargs -0 -l1 bash -c 'mb2md -s "$1" -d "$MAILDIR$i/.$(basename "$1")"' --
a (minor) problem with the above, I just realised,
is the ‘$i’ (at least) in the bash -c '...$i...'
won't be properly expanded. easily fixed, for
instance (still NOT fully tested!):
for i in ...; do
find "$FOLDERS$i/mail/" -type f -print0 | \
xargs -0 -l1 bash -c 'mb2md -s "$2" -d "$1/.$(basename "$2")"' -- "$MAILDIR$i"
as typical, there are multiple possible fixes.
(has this subject been beaten into the ground yet?)
cheers!
-blf-
--
▶ ▶ I AM CURRENTLY LOOKING FOR A JOB! ◀ ◀ | Brian Foster
Experienced (>25 yrs) software engineer: | Montpellier, FRANCE
• Unix, Linux, embedded, design-for-test; | Stop E$$o (ExxonMobile)!
• Software/hardware co-design, debugging; | http:/www.stopesso.com
• Kernels, drivers, filesystems, &tc; Résumé (CV) & contact details:
• IDL, automated testing, process, &tc. http://www.blf.utvinternet.ie
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!