How come we do not have Bash and PowerShell scripting courses on SoloLearn? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 16

How come we do not have Bash and PowerShell scripting courses on SoloLearn?

How come we do not have Bash and PowerShell scripting courses on SoloLearn? These are 2 powerful and widely used languages in the industry and I believe every coder should know how to script in these. I hope someone will add these 2 on SoloLearn :)

2nd Jun 2018, 4:44 AM
Moe
Moe - avatar
10 ответов
+ 6
Possibly because when I search Q&A there are a collection of single posts on these two topics but it seems to stop there (maybe the 'bystander effect'--in crowds this often manifests as "I bet someone else will help" and then nobody does). Here are a couple posts I found in Q&A. There are others. https://www.sololearn.com/Discuss/1055791/?ref=app https://www.sololearn.com/Discuss/970125/?ref=app (lesson suggestions; there are specific bash ones out there too)
2nd Jun 2018, 4:12 PM
Kirk Schafer
Kirk Schafer - avatar
+ 5
Heinrich Right, I think I installed WSL recently (and cygwin, sigh), but PS in Linux is a little surprising. Just personally, these languages written for one platform then ported doesn't seem as strong a position to me but... ...here's a bash guide for anyone who wants to look at constructing lessons: Advanced Bash-Scripting Guide (Mar 10, 2014) https://www.tldp.org/LDP/abs/html/ (from The Linux Documentation Project)
31st Aug 2018, 5:18 PM
Kirk Schafer
Kirk Schafer - avatar
+ 4
Maybe you can add it one day :)
2nd Jun 2018, 4:07 PM
Andre Daniel
Andre Daniel - avatar
+ 4
perhaps because these aren’t really programming languages. bash falls short in handling data from files and mathematical calculations. so might as well use python. but i believe SoloLearn should teach bash here. believe it or not, even linux administration isnt the trend anymore, rather devops is the current hot topic, for which what you need is bash!
10th Jun 2018, 5:14 AM
George
George - avatar
+ 4
Yeah I would love to see Powershell course here.
10th Aug 2018, 8:45 PM
Jakub
+ 4
I would highly appreciate a powershell course. It's much more than a shell.
31st Aug 2018, 7:46 AM
Heinrich
Heinrich - avatar
+ 4
Hi Kirk, although it's originated in Windows, Powershell is also available for Linux. And vice versa Bash for Windows through WSL.
31st Aug 2018, 4:16 PM
Heinrich
Heinrich - avatar
+ 2
i literally just posted about the same thing but for bash 😂
19th Aug 2018, 6:49 PM
Demon
Demon - avatar
+ 2
It just occurred to me...all of the languages here are cross-platform / OS agnostic. In contrast, Bash is Linux (and by no means the only shell) Powershell is Windows (and only the default scripting host if you've got the funds for recent systems) So...just thinking (no insider info here) "special interest" languages really may need to prove/gather momentum from community-developed content.
31st Aug 2018, 4:05 PM
Kirk Schafer
Kirk Schafer - avatar
+ 2
in general, there are a lot more devices running linux than windows. starting from small devices, cars etc to servers. So popularity-wise linux is not lacking. And if you go with DevOps, bash is pretty much answering all minimal requirements for container/orchestrtion building. Especialy since this hot trend is linux based, windows is kind of tagging behind
2nd Sep 2018, 1:42 AM
George
George - avatar