Hi

After write to file with bash shell like:

echo … > file
echo … >> file

Is it possible the file get no update instantly?

I ask this b/c some commands following echo cannot run well.

Such as,

echo … >> dove.db
doveadm create mailbox from dove.db

Sometimes it succeeds. Sometimes it fails.

If I add a line like this:

echo … >> dove.db
sleep 1
doveadm create mailbox from dove.db

It seems working now.

Thanks.

Reply via email to