Fmiser wrote: > What I'm hoping for is a way to pass the list of files to remind > when I run if from my bash shell. Like > $ remind -c+2 home.rem work.rem There's no nice way to do it. The best I can think of is: cat home.rem work.rem | remind -c+2 - Regards, David.