Is there a standard library for Bash? something like Java standard library.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No, I don’t think there are ‘standard libraries’ such as STL.
There are various files that you can include. For example:
/etc/init.d/functionswhich intended for use in/etc/init.dscripts (implementing services)/etc/sysconfig/network-scripts/network-functionsfor use by scripts that are invoked when network interfaces (or whole network subsystem) change state./etc/profile.dthat are automatically included for use by interactive shellsBut I don’t think that there are libraries implementing containers, iterators etc.