LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > Programming
User Name
Password
Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.

Notices


Reply
  Search this Thread
Old 12-05-2022, 02:13 AM   #1
FFX
LQ Newbie
 
Registered: Jul 2021
Distribution: Ubuntu
Posts: 28

Rep: Reputation: Disabled
Found: Bash Scripting video tutorials


Hi,

I have found this Bash Scripting video tutorial series that may come to use to someone:

https://www.youtube.com/playlist?lis...D8-zCqSaN2mD4w
 
Old 12-05-2022, 05:36 AM   #2
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,932

Rep: Reputation: 2430Reputation: 2430Reputation: 2430Reputation: 2430Reputation: 2430Reputation: 2430Reputation: 2430Reputation: 2430Reputation: 2430Reputation: 2430Reputation: 2430
I just got up an endless list of seeingly unrelated subjects. I did land youtube, though.

EDIT:Er, my bad.The Link is good. Funny things browsers.

Last edited by business_kid; 12-05-2022 at 05:42 AM.
 
Old 12-17-2022, 07:07 AM   #3
MadeInGermany
Senior Member
 
Registered: Dec 2011
Location: Simplicity
Distribution: Mint/MATE
Posts: 2,927

Rep: Reputation: 1246Reputation: 1246Reputation: 1246Reputation: 1246Reputation: 1246Reputation: 1246Reputation: 1246Reputation: 1246Reputation: 1246
Nice presentation.

Regarding the math module, I favor the builtin
echo $(( 100 + 200 ))
over the external expr command.
Doing math in expr is a relict from the past: the ancient Bourne shell did not have the builtin math.
You need an echo command to display it, but it turns out to be an advantage if you do not want to display it, for example
sum=$(( 100 + 200 ))

Likewise, I favor the builtin
command -v htop
over the external which command (that actually is a c-shell builtin).
Well, he starts with the which command, but then in the script uses the command command.
So it's okay.

Last edited by MadeInGermany; 12-17-2022 at 07:10 AM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] No package 'x11' found No package 'xext' found No package 'xdamage' found No package 'xfixes' found No package 'x11-xcb' found Jigsaw Linux From Scratch 14 02-23-2021 08:35 PM
[SOLVED] Bash scripting resources - books, websites, tutorials, standards etc GPGAgent Linux - Newbie 8 11-30-2018 09:13 AM
can anyone recomend good BASH shell scripting tutorials ChrisScott Linux - General 5 11-20-2006 07:38 AM

LinuxQuestions.org > Forums > Non-*NIX Forums > Programming

All times are GMT -5. The time now is 12:58 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration