From: Matthew F. <mf...@ci...> - 2002-03-01 18:00:58
|
It is bash version 1 from Slackware 7.1 if that helps. > 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 > > > > > > > _______________________________________________ > Trinux-talk mailing list > Tri...@li... > https://lists.sourceforge.net/lists/listinfo/trinux-talk > |