I’m considering a switch to BSD. I’m interested in what tool(s) are used in BSD for scripting of the kind done with applescript in OSX.
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.
Although shell scripts are at the core of scripting in the different BSDs, much is done with Perl, Python, Ruby and Lua. I’m sure there are plenty more options, it really depends on what you like and possibly what comes with your distribution.
OpenBSD comes with Perl in the base, NetBSD has Lua now partly integrated into the kernel but I don’t believe FreeBSD has anything but shell scripting available in a default install.