79382535

Date: 2025-01-23 20:56:04
Score: 2.5
Natty:
Report link

Try one of the following:

ls --tabsize=8
ls --tabsize=4

Where 4 was what I needed as my ls defaults to 8.

Interestingly enough, the following also fixes this issue for me.

ls --color=auto

See also: https://unix.stackexchange.com/questions/79197/ls-command-define-number-of-columns

Reasons:
  • Blacklisted phrase (0.5): I need
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: ikfly2002