linux.recipes - Your Linux Command Reference
GNU/Linux.guru
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.
BashGuide - Greg's Wiki
BashSheet - Greg's Wiki
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.
A Guide to the Terminal, Console, and Shell
The terminal is the result of its history, from the telegram to our terminal emulators. What is the difference with a console? The shell?
All commands
A repository for the most elegant and useful UNIX commands. Great commands can be shared, discussed and voted on to provide a comprehensive resource for working from the command-line
bash-ch.pdf - Google Drive
Basics | Cheat sheets | Linux Command Library
Handy cheat sheets with linux tips and terminal basics about System control, Users, Files, Package managers, Video and Audio, Hacking tools, Terminal games and many more categories.
Boost Your Productivity By Using The Terminal (iTerm & ZSH) | Michael Hoffmann
Using the terminal is one of the biggest productivity boosts you can gain in your daily work as a developer. If you know your shortcuts, you will be way faster than using the mouse. In this article, I want to show you my terminal setup and how I use it on a daily basis. The cover image shows my current setup in action.
Introduction | Nushell
A new type of shell.
Linux Commands - A practical reference
A linux command line cheat sheet
Starship
The minimal, blazing-fast, and infinitely customizable prompt for any shell!
The Unexpected Importance of the Trailing Slash – Tookmund – A place for my random thoughts about software
For many using Unix-derived systems today, we take for granted that /some/path and /some/path/ are the same. Most shells will even add a trailing slash for you when you press the Tab key after the name of a directory or a symbolic link to one.
What is a Terminal Emulator? Understanding 'ls' Command
This article explores how terminal emulators function, decoding the process of sending commands to the shell for execution. Unveil the mystery behind what happens when you open a terminal and enter Is.
Best of the Blog
If you are new to this website, you can read our most popular tutorials, or browse by various categories, or just search our archives for a specific article that you are looking for from this page. 12 Amazing and Essential Linux Books To Enrich Your Brain and Library 50 UNIX / Linux Sysadmin Tutorials 50
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.
How To Learn Linux Shell Scripting For DevOps?
In this shell scripting for DevOps guide, I will share my tips & resources to learn Linux shell scripting the right way.
How to learn Unix tools • Krishna's blog
This article offers five methods for learning Unix tools, including using help and man pages, searching online, reading articles and wikis, using tldr cheatsheets, and delving into the philosophy behind the commands.
LinuxCommand.org: Learn The Linux Command Line. Write Shell Scripts.
LinuxCommand.org is a web site that helps users discover the power of the Linux command line.
The Bash Guide
A complete guide for newcomers and advanced users to correct usage and deepen understanding of the bash shell language.
Unicorn! · GitHub
A collection of handy Bash One-Liners and terminal tricks for data processing and Linux system maintenance.
Writing a Unix Shell - Part I | Cracking The Code
Building your own UNIX shell in parts. This post focuses on the semantics of the fork system call.