Unwanted blank after command line <tab> expansion

Ralf Mardorf kde.lists at yahoo.com
Sun Sep 4 09:21:42 UTC 2022


On Sun, 2022-09-04 at 11:05 +0200, Ralf Mardorf wrote:
> I don't know how to use the "nospace" option.
> 
> ~~~
> [rocketmouse at archlinux ~]$ bash -o nospace -c roxterm
> bash: line 0: bash: nospace: invalid option name
> ~~~

It's probably a sub-option of a sub-option of an option or something
like this:

~~~
[rocketmouse at archlinux ~]$ man bash | grep nospace -B50
[snip]
complete [-abcdefgjksuv] [-o comp-option]
[snip]
[rocketmouse at archlinux ~]$ man bash | grep nospace -B100
[snip]
~~~

It requires likely to start reading way before -B100 ;).




More information about the ubuntu-users mailing list