Y
Hacker News
new
|
ask
|
show
|
jobs
by
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.