Tips on Bash Completion

Posted on May 06, 2025 in Computer Science • Tagged with Computer Science, programming, shell, bash, completion, complete

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

It is suggested that you use the fish shell instead of the bash shell (for iteractive use cases) .

Installation

Ubuntu / Debian

wajig install bash-completion

macOS

brew install …

Continue reading

An Input Bug in Ruby

Posted on Aug 06, 2012 in Computer Science • Tagged with programming, Bash, Ruby, bug, terminal, IO

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

If you run a ruby program though Bash and the ruby program read multiple inputs from the console, all inputs will be the same as the first …


Continue reading