autocomplete using a script in ubuntu does not work

0

The autocomplete on the terminal 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 executable file: java hfs.io.rsegy $*

in the file rsgy

Using the command below in the terminal and pressing tab, stopped working in the new version Ubuntu:

  

rsgy filename = 0314

By pressing the tab, nothing happens.

    
asked by anonymous 19.10.2015 / 15:45

0 answers