You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When displaying files with special character like '\n', '\t', '\r', and so on, it might cause the bar to be placed wrong.
I think it is great to encode filenames like what ls do before printing it out.
When displaying files with special character like '\n', '\t', '\r', and so on, it might cause the bar to be placed wrong.
I think it is great to encode filenames like what
lsdo before printing it out.