Tagged Questions
3
votes
1answer
196 views
What are special prompt symbols for busybox's sh support?
I want to setup a time prompt on PS1.
But, there is no document about what are symbols the busybox support.
Is there any one know? Here are all which I knew.
PS1='\u@\h: \w \$'
1
vote
1answer
420 views
busybox ash PS1 not expanding
I am trying to setup busybox's ash on an embedded system to support expanding the PS1 prompt statement. I have it currently set as
PS1='\u@\h:\w\$ '
However, all that is displayed is literally ...