Learn Bash Shell in Linux for Beginners | General Hacking | Crax

Welcome To Crax.Pro Forum!

Check our new Marketplace at Crax.Shop

   Login! SignUp Now!
  • We are in solidarity with our brothers and sisters in Palestine. Free Palestine. To learn more visit this Page

  • Crax.Pro domain has been taken down!

    Alternatives: Craxpro.io | Craxpro.com

Learn Bash Shell in Linux for Beginners

Learn Bash Shell in Linux for Beginners

LV
1
 

Dex90

Member
Joined
May 6, 2023
Threads
12
Likes
11
Awards
4
Credits
1,064©
Cash
0$
This Thread teaches beginning Linux shell scripting in the Bash shell.

This course teaches beginning Linux shell scripting in the Bash shell. The emphasis in the course is on the scripting language itself: using scripts to automate common tasks, and the logic within the language used to control the execution of the script. The course is in two units, and contains over an hour of demos and discussion. This is the second part of the Linux course series from EDUMobile Academy.

In the first unit of the course, we’ll explore the shell environment itself, and cover such topics as:

  • a simple hello world script
  • making scripts executable
  • why we run a script with a ./ and how to remove it
  • running a script to act upon the currently running shell
  • variables and how to use them
  • the .bashrc file
The second unit covers scripting commands, particularly control flow. Topics include:

  • exit status of shell commands
  • the if statement and tests
  • handling command line arguments
  • random numbers
  • loops (while, until, and for)
  • the case statement

 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Similar threads

Top Bottom