Comments on: Creating Menu in Shell Script (Linux Select Command) https://tecadmin.net/bash-select/ How to guide for System Administrator's and Developers Wed, 05 Oct 2022 20:40:42 +0000 hourly 1 https://wordpress.org/?v=6.1.1 By: RedneckBob https://tecadmin.net/bash-select/#comment-64970 Wed, 05 Oct 2022 20:40:42 +0000 https://tecadmin.net/?p=28352#comment-64970 That is fantastic, I was creating a menu in bash and this was perfect. Specifically looping if the incorrect option was used on input.

]]>
By: Rahul https://tecadmin.net/bash-select/#comment-64208 Tue, 31 May 2022 06:36:28 +0000 https://tecadmin.net/?p=28352#comment-64208 Hi Jason, Make sure you are using the “bash” command to run the script not “sh”.

$ bash brands.sh

or


$ chmod +x brands.sh
$ ./brands.sh
]]>
By: Jason Daigo https://tecadmin.net/bash-select/#comment-64203 Mon, 30 May 2022 12:43:58 +0000 https://tecadmin.net/?p=28352#comment-64203 these scripts dont seem to work on debian or ubuntu. on arch they work, i get “select: not found” and “Syntax error: “do” unexpected”

]]>
By: Indrajeet https://tecadmin.net/bash-select/#comment-63692 Wed, 29 Dec 2021 10:44:47 +0000 https://tecadmin.net/?p=28352#comment-63692 This information was needful.

]]>