Y
Hacker News
new
|
ask
|
show
|
jobs
by
jarv
2151 days ago
Ah, that is a bug the dotfile should not be there. Thanks!
1 comments
jarv
2151 days ago
So 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.
link