0
The terminal autocomplete has stopped working after upgrading to Ubuntu 14.04. If I use the command below, it works:
java hfs.io.rsegy filename=0314 pressing tab I get java hfs.io.rsegy filename=0314-1005_PSTM.sgy I put the command in a script called rsgy and made this file executable:
java hfs.io.rsegy $*
in the archive rsgy
Using the command below on the terminal and pressing tab, stopped working on the new version Ubuntu:
rsgy filename=0314
feeling the tab, nothing happens.
The auto complete of your ubunto no longer works with any commands or is just specific commands?
– gato
It just doesn’t work for the rsgy file which is a script. If I don’t use the script, but the original command does, it works. Script command worked before update.
– user34400