On Fri, 12 Mar 2004 20:40:13 -0500
Mailing List <[EMAIL PROTECTED]> wrote:
> Nobody had an answer for me, so maybe you missed my post. So I'll
> re-post...
[...]
> Keep in mind, that there are HUNDREDS of files before this, all in
> /proc With the -i option, I should'nt get any output except inf
Nobody had an answer for me, so maybe you missed my post. So I'll re-post...
I've encountered something weird here. I made a script, to use with cron.
Here's what it looks like:
#!/bin/bash
BAK1=""
BAK2=""
BACK=""
EXCL=""
BAK1=`date +%m%d%Y`
BAK2=`date +%H%M`
BACK=`echo clam_${BAK1}_${BAK2}`
EX