Linux shell (bash) crash course

preview_player
Показать описание
The minimum you need to know to use the Linux shell for almost anything - in particular, to take part in any of our other courses. Directed to those doing scientific computing.
Рекомендации по теме
Комментарии
Автор

Do you have any more advanced videos on this? Although I'm on Windows currently, I'm looking to get as far away from it as possible within the next year or so, ideally only using it for games that don't support Linux, so anything you can provide that would make that transition easier would be great.
In particular I'm looking for more about shell scripting. Pipes yes, but also other ways of getting programs and scripts to interact and work together. Got anything on functions, variables, syntax?
I'm also interested in really anything about how Linux is different from Windows under the hood. What exactly happens when it's told to launch a program?

Twisted_Code
Автор

Thank you for such a great primer on Shell
What is the program running on the bottom right side of the screen which is showing the history ?
I used tail -f .zsh_history but it's not the same

chinmaymanas