I seen this done but i have no clue how to set it up.
on a shell or terminal you can press the tab key to go threw the files in the directory instead of listing them
any idea how to do this.
Thanks
I seen this done but i have no clue how to set it up.
on a shell or terminal you can press the tab key to go threw the files in the directory instead of listing them
any idea how to do this.
Thanks
Are you using Bash shell? If so install bash-completion package. RHEL/CentOS/Fedora/SL specific command:
If you are using Debian / Ubuntu, enter:Code:yum install bash-completion
Add /etc/bash_completion to your $HOME/.bashrc file. Or run it:Code:sudo apt-get install bash-completion
Edit: This is posted under OS X. So, you need to enable MacPorts ( The MacPorts Project -- Home ) and run the command:Code:source /etc/bash_completion
See Getting <code>bash</code> Completion Magic on OS X — prb.ioCode:port install bash-completion
Last edited by nixcraft; 7th January 2013 at 05:09 PM.
All [Solved] threads are closed by mods / admin to avoid spam issues. See Howto mark a thread as [Solved]
There are currently 1 users browsing this thread. (0 members and 1 guests)