7 ms·
Ah, that is a bug the dotfile should not be there. Thanks!
by jarv 6y ago
Ah, that is a bug the dotfile should not be there. Thanks!
- jarv 6y agoSo the dotfile is resolved but the solution: shopt -s dotglob; for i in *; do echo -n "$i "; done still isn't valid unfortunately because of the extra space at the end, maybe it should be more forgiving about that.