Git Magic - Preface
Shell Scripting Tutorial
This tutorial is written to help people understand some of the basics of shell script programming (aka shell scripting), and hopefully to introduce some of the possibilities of simple but powerful programming available under the Bourne shell. As such, it has been written as a basis for one-on-one or group tutorials and exercises, and as a reference for subsequent use.
Terminal Trove - The $HOME of all things in the terminal.
Terminal Trove showcases the best of the terminal, Discover a collection of CLI, TUI, and more developer tools at Terminal Trove.
bobbyiliev/introduction-to-bash-scripting: Free Introduction to Bash Scripting eBook
Free Introduction to Bash Scripting eBook.
Tania Rascia's Personal Website
Software engineer and open source creator. This is my digital garden.
Uutils · GitHub
Reimplementation of core tools in Rust. Uutils has 19 repositories available. Follow their code on GitHub.
GitHub - jlevy/the-art-of-command-line: Master the command line, in one page
Master the command line, in one page. Contribute to jlevy/the-art-of-command-line development by creating an account on GitHub.
Welcome | Data Science at the Command Line, 2e
This thoroughly revised guide demonstrates how the flexibility of the command line can help you become a more efficient and productive data scientist. You’ll learn how to combine small yet powerful command-line tools to quickly obtain, scrub, explore, and model your data. To get you started, author Jeroen Janssens provides a Docker image packed with over 100 Unix power tools—useful whether you work with Windows, macOS, or Linux.
How to effectively use git rebase --onto? | Martin Belev
What is git rebase --onto, how to rebase with skipping not needed commits, how to use it to fix Git branches after rebase and how to change Git branch's base? We are going to explore real-world situations in which it is useful to use.