When I display my command history I get someting like:-
Is there any way to avoid this 'cd printf' stuff? It just gets in the way. It doesn't occur on Linux. Is it configurable in some way?
Code:
1011 8:01 history
1012 8:09 cd "`printf '%b' '\0057mnt\0057tmp'`"
1013 8:09 cd "`printf '%b' '\0057mnt\0057tmp\0057bin'`"
1014 8:33 cd "`printf '%b' '\0057mnt\0057tmp'`"
1015 8:33 cd "`printf '%b' '\0057mnt'`"
1016 8:34 umount /mnt/tmp
Is there any way to avoid this 'cd printf' stuff? It just gets in the way. It doesn't occur on Linux. Is it configurable in some way?