Bash
Bash is a Unix shell and command language written by Brian Fox for the GNU Project as a free software replacement for the Bourne shell. Bash is a command processor that typically runs in a text window, where the user types commands that cause actions. Bash can also read and execute commands from a file, called a shell script.
Search Results
Upgrade Your Terminal and Make It a Joy to Work with
course by Ian Jones
SSH for Remote Server Authentication
course by Mark Shust
Manipulating strings in bash
course by Cameron Nokes
Secure GitHub connections with SSH
course by Ryan Harris
Advanced Bash Automation for Web Developers
course by Cameron Nokes
Automate Daily Development Tasks with Bash
course by Cameron Nokes
Navigate the Filesystem in Bash
lesson by Cameron Nokes
View Files and Folders in Bash
lesson by Cameron Nokes
Create and Delete Files and Folders in Bash
lesson by Cameron Nokes
Move and Copy Files and Folders with Bash
lesson by Cameron Nokes
Find Files and Folders with `find` in Bash
lesson by Cameron Nokes
Search for Text with `grep`
lesson by Cameron Nokes
Create and Run Bash Scripts with Command Line Arguments
lesson by Cameron Nokes
Make HTTP Requests in Bash with `curl`
lesson by Cameron Nokes
Store and Use Values with Bash Variables
lesson by Cameron Nokes
Understand and Use Functions in Bash
lesson by Cameron Nokes
Understand Exit Statuses in Bash
lesson by Cameron Nokes
Use Conditional Statements in Bash
lesson by Cameron Nokes
Chain Commands with Pipes and Redirect Output in Bash
lesson by Cameron Nokes
Course Overview: Automate Daily Development Tasks with Bash
lesson by Cameron Nokes
Exit Vim
lesson by Shawn Wang