Steve Grubb <[EMAIL PROTECTED]> wrote: > On Tuesday 04 April 2006 15:51, Chet Ramey wrote: >> How about commands whose output may be assigned to shell variables? > > Yes, they can be acquired in a number of ways. But what we are trying to do > is > set things up so that people using this in a classified environment have an > easy way to see what the session is running at.
You can put the information in PS1 without bash having special functionality for getting it. selinux_user=`...` PS1='$selinux_user...' paul _______________________________________________ Bug-bash mailing list Bug-bash@gnu.org http://lists.gnu.org/mailman/listinfo/bug-bash