[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to trace Bash auto completion
From: |
Tony Esposito |
Subject: |
Re: How to trace Bash auto completion |
Date: |
Thu, 24 Aug 2023 03:26:06 -0500 |
Try:
$ bash -x ls <tab>
On Wed, Aug 23, 2023 at 11:35 PM Budi <budikusasi@gmail.com> wrote:
> How is here to trace and debug Bash completion process as run
>
> $ set -x
>
> on interactive shell has no effect at all
>
> $ ls <tab>
>
> just do job as is
>
> Please guide one to solve
>
>