On Sat, Jul 17, 2004 at 01:20:45AM +0200, Thomas Piekarski wrote: > Is thery any other solution?
Bash does not read .bashrc or .bash_profile when a non-interactive shell is started (as is done when other programs execute command line with it), but the manual page mentions the BASH_ENV environment variable that can be used to specify a startup script for even non-interactive shells. -- Tuomo
