Re: add generated files to .gitignore

2018-02-25 Thread Chet Ramey
On 2/25/18 2:49 PM, don fong wrote: > Chet, i'm not sure i understand your suggestion. > >> You don't have to build in the source directory. > > i don't see anything in the INSTALL or README files about building outside > the source dir. > according to INSTALL, This is a standard feature of any

Re: add generated files to .gitignore

2018-02-25 Thread don fong
Chet, i'm not sure i understand your suggestion. > You don't have to build in the source directory. i don't see anything in the INSTALL or README files about building outside the source dir. according to INSTALL, The simplest way to compile Bash is: > 1. 'cd' to the directory containing the so

How to apply Bash completion usefully and more practically

2018-02-25 Thread Budi
How to apply Bash completion in more useful way. If TAB key is pressed Bash just show a list of corresponding command, I thought it will scroll over all corresponding command on which the cursor of shell prompt is active. (just like traditional Windows cmd prompt) How to make it able to perform suc