Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Tab-completion ... not perl related though

by Don Coyote (Hermit)
on Sep 29, 2014 at 10:35 UTC ( [id://1102335]=note: print w/replies, xml ) Need Help??


in reply to Tab-completion ... not perl related though

Hello Lowry76

For example, on my work laptop the "-d" parameter disables bash tab-completion.

Some technical tests to consider before ploughing into Bash source code.

Simply use the existing tab completion to complete the paths first than backtrack over the command line and enter the switches afterwards.

I have not experienced a switch controlling command line editing behaviour, at least not without a ctrl character input. Most times I CTRL+S to save, but on CLI scroll lock is set (for me).

Are you using absolute paths, or relative paths ? if the file is in the cwd prepend a ./
For example,
./fileinthisdir
/home/usr/absolutepathto/fileinthisdir

Are you using bash? ls -l /bin/sh should inform you of your shell, you may be surprised.

quick-tapping tab usually gives you info or completion selections.

Once you are sure about those then it may be time to go to another level.

DoC

Scroll Locks!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1102335]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (2)
As of 2024-04-19 01:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found