+ 1
scripting languages
I was wondering if anyone had any references to resources for learning scripting languages, particularly bash and perl. Also will there ever be tutorial for these, especially perl?
2 Answers
+ 4
Perl : PDFs
https://www.google.com/url?sa=t&source=web&rct=j&url=https://www.tutorialspoint.com/perl/perl_tutorial.pdf&ved=2ahUKEwil8pHfpLjiAhXVTX0KHTExDVkQFjAAegQIBRAC&usg=AOvVaw1HS3fezPu_hwrjvfujChvz
https://www.google.com/url?sa=t&source=web&rct=j&url=https://www.perl.org/books/beginning-perl/&ved=2ahUKEwil8pHfpLjiAhXVTX0KHTExDVkQFjACegQIARAB&usg=AOvVaw3-HZb8v8J1Aa3ZXpJ8IOEc
Bash :
https://www.google.com/url?sa=t&source=web&rct=j&url=https://www.tldp.org/LDP/Bash-Beginners-Guide/Bash-Beginners-Guide.pdf&ved=2ahUKEwjv7875pLjiAhVYT30KHYxvDPsQFjAAegQIBBAC&usg=AOvVaw10r6XeYcfzfOnNVyXbP_zt
https://www.google.com/url?sa=t&source=web&rct=j&url=http://tldp.org/HOWTO/pdf/Bash-Prog-Intro-HOWTO.pdf&ved=2ahUKEwjv7875pLjiAhVYT30KHYxvDPsQFjABegQIBBAM&usg=AOvVaw1cDsihTo1aNOmGpIKR
Thanks
+ 1
Thanks. "Although most users think of the shell as an interactive command interpreter, it is really a programming language in which each statement runs a command. Because it must satisfy both the interactive and programming aspects of command execution, it is a strange language, shaped as much by history as by design." Brian Kernighan and Rob Pike, "The UNIX Programming Environment",1984