Skip to content

Commit

Permalink
Merge pull request #1247 from Chandana-756/feature/bash-cheatsheet
Browse files Browse the repository at this point in the history
Added Bash cheatsheets
  • Loading branch information
jfmartinz authored Jun 17, 2024
2 parents e2eca7b + 82d4a58 commit fd20bd1
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions Programming Languages/Bash/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Bash (Bourne Again SHell) is a powerful command-line interpreter and scripting l
- [Tools](#tools)
- [Projects](#projects)
- [Courses](#courses)
- [Bash Cheatsheets](#cheatsheets)
- [Conclusion](#conclusion)

## Roadmap
Expand Down Expand Up @@ -277,6 +278,33 @@ Here are courses you may consider:
</tr>
</table>

## Bash Cheatsheets

Provides quick reference guides for commonly used commands and syntax in Bash scripting, helping learners easily find and use key information.

<table width="100%" id="cheatsheets">
<tr>
<th>Resource Name</th>
<th>Description</th>
</tr>
<tr>
<td><a href="https://devhints.io/bash">Bash scripting cheatsheet</a></td>
<td>This cheatsheet provides a quick reference to get started with Bash scripting.</td>
</tr>
<tr>
<td><a href="https://quickref.me/bash.html">Bash cheatsheet</a></td>
<td>This cheatsheet is a quick reference for getting started with Linux bash shell scripting.</td>
</tr>
<tr>
<td><a href="https://www.codecademy.com/learn/bash-scripting/modules/bash-scripting/cheatsheet">Codecademy - Bash Scripting Cheatsheet</a></td>
<td>This cheatsheet covers fundamental to intermediate concepts of Bash Scripting, as provided by Codecademy.</td>
</tr>
<tr>
<td><a href="https://phoenixnap.com/kb/bash-commands">30 Bash Commands Cheat Sheet</a></td>
<td>This cheat sheet covers 30 bash commands for quick reference.</td>
</tr>
</table>

## Conclusion

In conclusion, Bash is a versatile and powerful tool for automating tasks, managing systems, and building complex scripts. With its rich set of features and straightforward syntax, Bash scripting can greatly enhance your productivity and efficiency in a Unix-based environment. Whether you're a beginner or an experienced developer, the resources provided in this guide offer a solid foundation and pathway to mastering Bash scripting. Happy coding!

0 comments on commit fd20bd1

Please sign in to comment.