Bash tab completion fails inside of command substitution
I’ve been using kill $(pidof ) to terminate programs for a while, and since last night, every time I try to use tab completion inside the $() it throws an error,
I’ve been using kill $(pidof ) to terminate programs for a while, and since last night, every time I try to use tab completion inside the $() it throws an error,
I’m sure this is posted somewhere, but I haven’t been able to find it.
I’m used to bash‘s builtin read function in while loops, e.g.: