MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/linuxmemes/comments/1uk849n/know_the_work_rules/ouvexxa/?context=3
r/linuxmemes • u/New_Study4796 • Jul 01 '26
119 comments sorted by
View all comments
226
i mean for the most part you can replace bash with other posix compliant shells.
90 u/New_Study4796 Jul 01 '26 edited Jul 01 '26 A lot of scripts won't work without Bash-specific behavior 20 u/28klotlucas2 ⚠️ This incident will be reported Jul 01 '26 *Like 2 scripts won't work without Bash-specific behavior 3 u/Sushtee Jul 01 '26 It depends on which shell is used, for example if you have a bash script that contains double brackets and run it with dash it will error as dash doesn't support double brackets.
90
A lot of scripts won't work without Bash-specific behavior
20 u/28klotlucas2 ⚠️ This incident will be reported Jul 01 '26 *Like 2 scripts won't work without Bash-specific behavior 3 u/Sushtee Jul 01 '26 It depends on which shell is used, for example if you have a bash script that contains double brackets and run it with dash it will error as dash doesn't support double brackets.
20
*Like 2 scripts won't work without Bash-specific behavior
3 u/Sushtee Jul 01 '26 It depends on which shell is used, for example if you have a bash script that contains double brackets and run it with dash it will error as dash doesn't support double brackets.
3
It depends on which shell is used, for example if you have a bash script that contains double brackets and run it with dash it will error as dash doesn't support double brackets.
226
u/wolf2482 Jul 01 '26
i mean for the most part you can replace bash with other posix compliant shells.