Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8580417

Browse files
authored
Update README.md
1 parent b81fc1a commit 8580417

File tree

1 file changed

+10
-30
lines changed

1 file changed

+10
-30
lines changed

README.md

Lines changed: 10 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,16 @@
1-
# COURSENAME
2-
This is the repository for the LinkedIn Learning course `course-name`. The full course is available from [LinkedIn Learning][lil-course-url].
1+
# Learning Bash Scripting
2+
This is the repository for the LinkedIn Learning course Learning Bash Scripting . The full course is available from [LinkedIn Learning][lil-course-url].
33

4-
![course-name-alt-text][lil-thumbnail-url]
4+
![Learning Bash Scripting ][lil-thumbnail-url]
55

6-
_See the readme file in the main branch for updated instructions and information._
7-
## Instructions
8-
This repository has branches for each of the videos in the course. You can use the branch pop up menu in github to switch to a specific branch and take a look at the course at that stage, or you can add `/tree/BRANCH_NAME` to the URL to go to the branch you want to access.
6+
Bash is a popular command line interpreter and the default option on Linux. In this course, Scott Simpson guides you through using Bash. Scott covers the history and significance of Bash, as well as the basics of using it. He explains how to create a script, make it executable, and run it. Scott steps through programming tasks, dives into Bash control structures, and highlights how to interact with the user. Plus, he shows you how to troubleshoot your scripts.<br><br>The best way to learn a language is to use it in practice. That’s why this course is integrated with GitHub Codespaces, an instant cloud developer environment that offers all the functionality of your favorite IDE without the need for any local machine setup. With GitHub Codespaces, you can get hands-on practice from any machine, at any time—all while using a tool that you’ll likely encounter in the workplace. Check out the [Using GitHub Codespaces with this course][gcs-video-url] video to learn how to get started.
97

10-
## Branches
11-
The branches are structured to correspond to the videos in the course. The naming convention is `CHAPTER#_MOVIE#`. As an example, the branch named `02_03` corresponds to the second chapter and the third video in that chapter.
12-
Some branches will have a beginning and an end state. These are marked with the letters `b` for "beginning" and `e` for "end". The `b` branch contains the code as it is at the beginning of the movie. The `e` branch contains the code as it is at the end of the movie. The `main` branch holds the final state of the code when in the course.
8+
### Instructor
139

14-
When switching from one exercise files branch to the next after making changes to the files, you may get a message like this:
10+
Scott Simpson
1511

16-
error: Your local changes to the following files would be overwritten by checkout: [files]
17-
Please commit your changes or stash them before you switch branches.
18-
Aborting
19-
20-
To resolve this issue:
21-
22-
Add changes to git using this command: git add .
23-
Commit changes using this command: git commit -m "some message"
24-
25-
## Installing
26-
1. To use these exercise files, you must have the following installed:
27-
- [list of requirements for course]
28-
2. Clone this repository into your local machine using the terminal (Mac), CMD (Windows), or a GUI tool like SourceTree.
29-
3. [Course-specific instructions]
30-
31-
32-
[0]: # (Replace these placeholder URLs with actual course URLs)
33-
34-
[lil-course-url]: https://www.linkedin.com/learning/
35-
[lil-thumbnail-url]: http://
12+
Check out my other courses on [LinkedIn Learning](https://www.linkedin.com/learning/instructors/scott-simpson).
3613

14+
[lil-course-url]: https://www.linkedin.com/learning/learning-bash-scripting-17063287
15+
[lil-thumbnail-url]: https://media.licdn.com/dms/image/C560DAQEJosEprFE3sA/learning-public-crop_675_1200/0/1666221739133?e=1667952000&v=beta&t=GbG-mlRN-AeRMRnjbhUD57U8-Uv-tX7psk7sEE3q9LE
16+
[gcs-video-url]: https://www.linkedin.com/learning/learning-bash-scripting-17063287/using-github-codespaces-with-this-course

0 commit comments

Comments
 (0)