Mac OS X - Terminal folder/file name spacing fix?
I have been using Ubuntu for a while, and now trying to use OS X's terminal. However, the folder/name spacing in OS X's terminal really bothers the heck out of me because it's uneven, please see:
You can tell that the spacing 开发者_StackOverflow中文版in line 2 and 5 and line 8 are different and uneven.
Does any guru know of a fix for this? Thanks.
Use use ls -alF or ls -1.
I think OS-X ls will align file names depending on their length to be most compact.
精彩评论