Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Post History
The console.readline tag has been created for Q: How to read lines into an array in Bash, which uses a while read loop. That tag is inappropriate because Readline, the console and the read built-...
#1: Initial revision
console.readline tag does not look good to me
The **console.readline** tag has been created for [Q: How to read lines into an array in Bash](https://software.codidact.com/posts/281148), which uses a `while read` loop. That tag is inappropriate because [Readline](https://en.wikipedia.org/wiki/GNU_Readline), the [console](https://en.wikipedia.org/wiki/Linux_console) and the [`read` built-in](https://www.gnu.org/software/bash/manual/html_node/Bash-Builtins.html) are mostly unrelated concepts, and only the latter is part of the question. Please consider removing it.