Re: bash-completion pros/cons (was: Re: Need commands)

2020-06-18 Thread l0f4r0
Hi, 18 juin 2020 à 09:00 de david...@freevolt.org: > On Tue, 16 Jun 2020, l0f...@tuta.io wrote: > >> 16 juin 2020 à 10:47 de david...@freevolt.org: >> >>> I hear some people find bash-completion helpful. Personally, though, >>> no. Do not want. >>> >> Interesting/intriguing point of view. >> > I

Re: bash-completion pros/cons (was: Re: Need commands)

2020-06-18 Thread tomas
On Thu, Jun 18, 2020 at 07:25:40AM +, davidson wrote: > On Tue, 16 Jun 2020, l0f...@tuta.io wrote: [...] > >Maybe sometimes completion is not working as it should, nothing is > >perfect, but globally I think that it saves time more than its > >wastes. > > For those it suits, I am glad the pa

Re: bash-completion pros/cons (was: Re: Need commands)

2020-06-18 Thread davidson
On Tue, 16 Jun 2020, l0f...@tuta.io wrote: [dd] 16 juin 2020 à 13:23 de wool...@eeg.ccf.org It's flaky and full of errors. (Many of these errors end up on the bash mailing lists as bug reports in bash, but nope, they're from bash-completion.) It bloats bash, using a lot of memory, and taking

Re: bash-completion pros/cons (was: Re: Need commands)

2020-06-18 Thread davidson
On Tue, 16 Jun 2020, l0f...@tuta.io wrote: 16 juin 2020 à 10:47 de david...@freevolt.org: I hear some people find bash-completion helpful. Personally, though, no. Do not want. Interesting/intriguing point of view. I will remember this polite new way to call somebody a weirdo. Why would s

Re: bash-completion pros/cons (was: Re: Need commands)

2020-06-16 Thread tomas
On Tue, Jun 16, 2020 at 01:53:59PM +0200, l0f...@tuta.io wrote: [...] > Maybe sometimes completion is not working as it should, nothing is perfect, > but globally I think that it saves time more than its wastes. Then just use it and be happy. And just accept that some (me, among others) are hap

Re: bash-completion pros/cons (was: Re: Need commands)

2020-06-16 Thread l0f4r0
Hi Greg, 16 juin 2020 à 13:23 de wool...@eeg.ccf.org > It's flaky and full of errors. (Many of these errors end up on the > bash mailing lists as bug reports in bash, but nope, they're from > bash-completion.) It bloats bash, using a lot of memory, and taking > extra CPU and wall-clock time (ma

Re: bash-completion pros/cons (was: Re: Need commands)

2020-06-16 Thread Greg Wooledge
On Tue, Jun 16, 2020 at 12:54:58PM +0200, l0f...@tuta.io wrote: > Hi, > > 16 juin 2020 à 10:47 de david...@freevolt.org: > > > I hear some people find bash-completion helpful. Personally, though, > > no. Do not want. > > > Interesting/intriguing point of view. > Why would someone not be intereste

Re: Need commands

2020-06-16 Thread mick crane
On 2020-06-16 09:47, davidson wrote: many thanks mick -- Key ID4BFEBB31

bash-completion pros/cons (was: Re: Need commands)

2020-06-16 Thread l0f4r0
Hi, 16 juin 2020 à 10:47 de david...@freevolt.org: > I hear some people find bash-completion helpful. Personally, though, > no. Do not want. > Interesting/intriguing point of view. Why would someone not be interested in autocompletion please?  Best regards, l0f4r0

Re: Need commands

2020-06-16 Thread davidson
On Sun, 14 Jun 2020, mick crane wrote: On 2020-06-14 12:42, to...@tuxteam.de wrote: On Sun, Jun 14, 2020 at 12:23:15PM +0100, mick crane wrote: On 2020-06-13 19:51, Darac Marjal wrote: ... >The full list of commands depends on what's installed, but you can >retrieve that list by opening a term

Re: Need commands

2020-06-15 Thread tomas
On Mon, Jun 15, 2020 at 08:03:05AM -0400, Greg Wooledge wrote: > On Sun, Jun 14, 2020 at 03:48:19PM +0200, to...@tuxteam.de wrote: > > OK. My hunch [...] > Bear in mind that the OP was running Kali, not Debian. I don't know off > hand whether Kali makes changes to their bash-completion package, b

Re: Need commands

2020-06-15 Thread Greg Wooledge
On Sun, Jun 14, 2020 at 03:48:19PM +0200, to...@tuxteam.de wrote: > OK. My hunch is that they have something to do with bash autocompletion. > Since they are functions, not files, it's hard to say which package > they come from (with on-board means, that is). > > But there are way more powerful of

Re: Need commands

2020-06-14 Thread David Wright
On Sat 13 Jun 2020 at 21:23:51 (-0600), Charles Curley wrote: > -- > Does anybody read signatures any more? On Sat 13 Jun 2020 at 22:36:15 (-0700), Mike McClain wrote: > > -- > Always remember: > It is a mathematical certainty that half the people > in this country are below average

Re: Need commands

2020-06-14 Thread tomas
On Sun, Jun 14, 2020 at 01:38:29PM +0100, mick crane wrote: [...] > I wish I'd never looked now. Why? Granted, curiosity kills the cat, they say. But that's what we hackers and tinkerers thrive on, ain't it? What's a life without learning? > so they are functions defined in the actual bash code

Re: Need commands

2020-06-14 Thread mick crane
On 2020-06-14 12:42, to...@tuxteam.de wrote: On Sun, Jun 14, 2020 at 12:23:15PM +0100, mick crane wrote: On 2020-06-13 19:51, Darac Marjal wrote: ... >The full list of commands depends on what's installed, but you can >retrieve that list by opening a terminal and typing: > >    compgen -ac what

Re: Need commands

2020-06-14 Thread mick crane
On 2020-06-14 12:42, to...@tuxteam.de wrote: On Sun, Jun 14, 2020 at 12:23:15PM +0100, mick crane wrote: On 2020-06-13 19:51, Darac Marjal wrote: ... >The full list of commands depends on what's installed, but you can >retrieve that list by opening a terminal and typing: > >    compgen -ac what

Re: Need commands

2020-06-14 Thread tomas
On Sun, Jun 14, 2020 at 12:23:15PM +0100, mick crane wrote: > On 2020-06-13 19:51, Darac Marjal wrote: > ... > >The full list of commands depends on what's installed, but you can > >retrieve that list by opening a terminal and typing: > > > >    compgen -ac > > what are these words that begin with

Re: Need commands

2020-06-14 Thread mick crane
On 2020-06-13 19:51, Darac Marjal wrote: ... The full list of commands depends on what's installed, but you can retrieve that list by opening a terminal and typing:     compgen -ac what are these words that begin with the underscore ? __load_completion __ltrim_colon_completions __parse_option

Re: Need commands

2020-06-13 Thread Mike McClain
On Sat, Jun 13, 2020 at 02:01:06PM +0300, Teemu Likonen wrote: > ROHIT SONI [2020-06-13T10:12:06+05:30] wrote: > > > I need full commands for 2020.2 gnu/linux rolling kali tty1 > > List all commands in a terminal program and Bash shell: > > ls -l {/usr,}/{s,}bin/; help > > -- > /// Teemu Likone

Re: Need commands

2020-06-13 Thread Darac Marjal
On 13/06/2020 05:42, ROHIT SONI wrote: > Hello sir To whom are you addressing this message? Which particular "sir"? Would one of the https://www.debian.org/women/ not be suitable? > I need full commands for 2020.2 gnu/linux rolling kali tty1 The full list of commands depends on what's installed,

Re: Need commands

2020-06-13 Thread Teemu Likonen
ROHIT SONI [2020-06-13T10:12:06+05:30] wrote: > I need full commands for 2020.2 gnu/linux rolling kali tty1 List all commands in a terminal program and Bash shell: ls -l {/usr,}/{s,}bin/; help -- /// Teemu Likonen - .-.. http://www.iki.fi/tlikonen/ // OpenPGP: 4E1055DC84E9DFF613D78557719D6

Re: Need commands

2020-06-13 Thread Richard Owlett
On 06/12/2020 11:42 PM, ROHIT SONI wrote: Hello sir I need full commands for 2020.2 gnu/linux rolling kali tty1 Though Kali is derived from Debian, it is *NOT* Debian. [q.v. https://en.wikipedia.org/wiki/Kali_Linux ]

Re: Need commands

2020-06-12 Thread deloptes
ROHIT SONI wrote: > I need full commands for 2020.2 gnu/linux rolling kali tty1 I need 100,- €