Skip to content

Commit 38a3ce2

Browse files
chore: sync content to repo (#10191)
Co-authored-by: nilbuild <4921183+nilbuild@users.noreply.github.com>
1 parent 187e387 commit 38a3ce2

19 files changed

Lines changed: 14 additions & 33 deletions

roadmaps/shell-bash/content/arrays@4WFWrrcvLgU8Fz8RjQ4lf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ Visit the following resources to learn more:
66

77
- [@article@Bash Arrays](https://www.w3schools.com/bash/bash_arrays.php)
88
- [@video@Arrays in Pure Bash - You Suck at Programming](https://www.youtube.com/watch?v=r4Sc-DpIprk)
9-
- [@video@Arrays in Bash Explained in 7 Minutes! - Indexed, Associative, and Nested / Multi-Dimensional](https://www.youtube.com/watch?v=asHJ-xfuyno)
9+
- [@video@Arrays in Bash Explained in 7 Minutes! - Indexed, Associative, and Nested / Multi-Dimensional](https://www.youtube.com/watch?v=asHJ-xfuyno)

roadmaps/shell-bash/content/bash-script-anatomy@nMFXyeZ8I5jAPfs16Jixn.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ Visit the following resources to learn more:
66

77
- [@course@Bash Scripting](https://linuxhandbook.com/courses/bash/)
88
- [@article@Bash Script](https://www.w3schools.com/bash/bash_script.php)
9-
- [@article@How to Write a Bash Script: A Simple Bash Scripting Tutorial | DataCamp](https://www.datacamp.com/tutorial/how-to-write-bash-script-tutorial)
109
- [@video@Bash Scripting Tutorial for Beginners](https://www.youtube.com/watch?v=tK9Oc6AEnR4)

roadmaps/shell-bash/content/basic-editor-ops@WbZu0zM2d56LiGauOp8ub.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,5 @@ Visit the following resources to learn more:
66

77
- [@article@Beginner's Guide to Nano Text Editor](https://itsfoss.com/nano-editor-guide/)
88
- [@article@GNU Emacs - Guided Tour](https://www.gnu.org/software/emacs/tour/)
9-
- [@article@Classic SysAdmin: Vim 101: A Beginner’s Guide to Vim](https://www.linuxfoundation.org/blog/blog/classic-sysadmin-vim-101-a-beginners-guide-to-vim)
10-
- [@article@An introduction to the vi editor](https://www.redhat.com/en/blog/introduction-vi-editor)
119
- [@video@Linux Crash Course - nano (command-line text editor)](https://www.youtube.com/watch?v=DLeATFgGM-A)
12-
- [@video@The Basics of Emacs as a Text Editor](https://www.youtube.com/watch?v=jPkIaqSh3cA)
13-
- [@video@Vim As Your Editor - Introduction](https://www.youtube.com/watch?v=X6AR2RMB5tE)
14-
- [@video@Basics of VI editor in under 8 minutes | Vi editor Tutorial | Linux Tutorial for Beginners](https://www.youtube.com/watch?v=-_DvfdgR-LA)
10+
- [@video@The Basics of Emacs as a Text Editor](https://www.youtube.com/watch?v=jPkIaqSh3cA)

roadmaps/shell-bash/content/bc@B2g_optsVEtw-5vRYIpgb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ Visit the following resources to learn more:
66

77
- [@article@Linux Handbook | bc command in Linux](https://linuxhandbook.com/bc-command/)
88
- [@article@Linux bc Command with Examples](https://phoenixnap.com/kb/linux-bc)
9-
- [@video@Shell Scripting Tutorial for Beginners 11 - Floating point math operations in bash | bc Command](https://www.youtube.com/watch?v=yqpY-Wk-i9k)
9+
- [@video@Shell Scripting Tutorial for Beginners 11 - Floating point math operations in bash | bc Command](https://www.youtube.com/watch?v=yqpY-Wk-i9k)

roadmaps/shell-bash/content/curl@ZWMGvUxnohv6-dzsaSHuB.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ curl is a command-line tool used to transfer data with URLs. It supports various
44

55
Visit the following resources to learn more:
66

7-
- [@official@curl](https://curl.se/)
87
- [@official@The Art Of Scripting HTTP Requests Using curl](https://curl.se/docs/httpscripting.html)
98
- [@opensource@curl](https://github.com/curl/curl)
10-
- [@article@How to start using Curl and why: a hands-on introduction](https://medium.com/free-code-camp/how-to-start-using-curl-and-why-a-hands-on-introduction-ea1c913caaaa)
119
- [@video@Supercharge Your Workflow with cURL | Understanding The cURL Command-Line Tool](https://www.youtube.com/watch?v=-nnJ82uc2ic)
1210
- [@video@You NEED to know how to use CURL!](https://www.youtube.com/watch?v=q2sqkvXzsw8)

roadmaps/shell-bash/content/expr@VOYYJUqKqkTRaxqUip8yr.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@
44

55
Visit the following resources to learn more:
66

7-
- [@article@Bash expr with Examples](https://linuxopsys.com/bash-expr-with-examples)
87
- [@article@Practical examples of “expr” command in Linux](https://tecadmin.net/expr-command-examples/)
98
- [@video@Linux Tutorial for Beginners | expr command | Evaluate Expressions in Linux](https://www.youtube.com/watch?v=6LbMLSBoLGY)

roadmaps/shell-bash/content/extended-regex@6IzuWNaMVjjyQV-KLqRlX.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ Extended regular expressions (EREs) are a more powerful and flexible version of
44

55
Visit the following resources to learn more:
66

7-
- [@article@Extended Regular Expressions](https://pressbooks.senecapolytechnic.ca/uli101/chapter/extended-regular-expressions/)
8-
- [@article@Advanced Bash regex with examples](https://linuxconfig.org/advanced-bash-regex-with-examples)
7+
- [@article@Extended Regular Expressions](https://pressbooks.senecapolytechnic.ca/uli101/chapter/extended-regular-expressions/)

roadmaps/shell-bash/content/fish@LjkmfTYWMrOKLSqtpyKGk.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@ Visit the following resources to learn more:
77
- [@opensource@fish-shell](https://github.com/fish-shell/fish-shell)
88
- [@article@Finally, a command line shell for the 90s](https://fishshell.com/)
99
- [@article@Why I use Fish Shell](https://medium.com/@desjoerdhaan/why-i-use-fish-shell-e5272e0770bf)
10-
- [@video@FISH (Friendly Interactive Shell) by Bash Boomer](https://www.youtube.com/watch?v=C2a7jJTh3kU)
11-
- [@video@The BEST Shell You’re Not Using - Fish](https://www.youtube.com/watch?v=lzTDo1KsL-I)
10+
- [@video@FISH (Friendly Interactive Shell) by Bash Boomer](https://www.youtube.com/watch?v=C2a7jJTh3kU)

roadmaps/shell-bash/content/for@zE7sS5VNUbEbt1y2iSvEi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ Visit the following resources to learn more:
66

77
- [@article@Bash Loops](https://www.w3schools.com/bash/bash_loops.php)
88
- [@article@Bash For Loop Examples](https://www.cyberciti.biz/faq/bash-for-loop/)
9-
- [@video@What are Loops in Bash? [18 of 20] | Bash for Beginners](https://www.youtube.com/watch?v=aEm96vacnkw)
9+
- [@video@What are Loops in Bash? \[18 of 20\] | Bash for Beginners](https://www.youtube.com/watch?v=aEm96vacnkw)

roadmaps/shell-bash/content/introduction@lzzQWCFqpOnN2J_3Jck_3.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ Shell, often referred to as Bash (Bourne Again Shell), is a command-line interpr
55
Visit the following resources to learn more:
66

77
- [@article@Shell - Wikipedia](https://en.wikipedia.org/wiki/Shell_(computing))
8-
- [@article@What is a Shell?](https://www.datacamp.com/blog/what-is-shell)
98
- [@article@The Shell Scripting Tutorial](https://www.shellscript.sh/philosophy.html)
109
- [@video@What Is a Shell ? | Learn How Shell Commands Work in the Terminal](https://www.youtube.com/watch?v=-qLrgCFynzE)
1110
- [@video@Shell Scripting Tutorial for Beginners 1 - Introduction](https://www.youtube.com/watch?v=cQepf9fY6cE&list=PLS1QulWo1RIYmaxcEqw5JhK3b-6rgdWO_)

0 commit comments

Comments
 (0)