From: Aaron L. <le...@th...> - 2002-02-27 22:11:22
|
Is the bash running on trinux slightly mutilated? I tried putting the following script into my debian box and the trinux system. It works on debian but not on trinux. Does anyone know why? --------------- #!/usr/bin/bash find1="-iname" find2="*.doc" find $find1 $find2 --------------- Thanks, -Aaron On Wed, 27 Feb 2002, Matthew Franz wrote: > > Is it possible to set up a prompt and alias some commands for bash > > automatically? > > > > Or am I stuck? > > > > Because of the way the shells are spawned by busybox, .profile .bashrc > (setting environment variables within the linuxrc). However if you ssh > into the Trinux box, that should work. This was something I messed around > with for a while but could never fix it with out breaking things worse, so > if somebody could find a workaround that would be great. > > - mdf > > |