in reply to Re^3: Wanted: humanly readable `script` output
in thread Wanted: humanly readable `script` output
What is left looks like the colour control sequences for a fancy bash prompt. You might want to set the prompt to something humble with, say
export PS1='\u@\h\$ '
|
|---|