Bash Scripting Full Course 3 Hours

Поделиться
HTML-код
  • Опубликовано: 28 сен 2024
  • Try our Bash Boot Camp Course to really uplevel your bash skills!
    linuxhint.biz/...
    Or join our Linux Hint Community with access to all our courses and a community forum where you can interact with our instructors: www.linuxhint....
    In this FREE Bash Scripting Course, you will learn from printing a simple “Hello World” to using conditional statements such as if statements, case statements to using loops such as while, for and until loops to using awk, sed and debugging bash scripts. All in all, we will learn and cover the following topics:
    1-Hello Bash Scripting
    2-Redirect to file
    3-Comments
    4-Conditional Statements
    5-Loops
    6-Script input
    7-Script output
    8-how to send output from one script to another scrpt
    9-String Processing
    10-Numbers and Arithmetic
    11-Declare Command
    12-Arrays
    13-Functions
    14-Files and Directories
    15-Send Email Via Script
    16-Curl in Scripts
    17-Professional Menus
    18-Wait for filesystem events with inotify
    19-Introduction to grep
    20-Introduction to awk
    21-Introduction to sed
    22- Debugging bash scripts
    Link to written article on this course:
    linuxhint.com/...

Комментарии • 616

  • @inconsequentialstuff2372
    @inconsequentialstuff2372 4 года назад +1086

    0:55 Hello Bash Scripting
    5:25 Redirect to file
    8:49 Comments
    11:49 HereDoc
    14:01 IF Conditional Statement
    16:47 IF-ELSE Conditional Statement
    19:00 ELIF Conditional Statement
    21:18 AND Operator
    26:21 OR Operator
    29:10 CASE Conditional Statement (Incomplete explanation)
    29:47 Loops
    30:19 WHILE Loop
    33:54 UNTIL Loop
    36:20 FOR Loop
    39:44 BREAK and CONTINUE Statements
    45:29 Script input (STDIN)
    55:58 Script output (STDOUT and STDERR)
    1:01:40 Pipes (Send output from one script to another script)
    1:05:53 Strings processing
    1:15:39 Numbers and Arithmetic
    1:20:56 Convert from Hexadecimal to Decimal Numbers
    1:23:07 DECLARE command
    1:28:27 Arrays
    1:35:06 Functions
    1:43:10 Files and directories
    1:58:42 Sending email via script

  • @怪人-b1x
    @怪人-b1x 3 года назад +162

    When i hear the accent, I know I'm gonna learn a lot today ! Thank you sir, really good video.

    • @j.maginnenu6291
      @j.maginnenu6291 2 года назад

      Liar. U like them bc your one of them. They're so inferior in absolutely anything pertaining to , technology in understanding or teaching its basis. It's strange. They're the worst teachers in tech.

    • @harrisahmad3028
      @harrisahmad3028 2 года назад +4

      dude 😂

    • @benkimberley
      @benkimberley 2 года назад

      ooh mmm I'm sooo anti-racist yep yep oop oop aaaaagghh... - tosses the comments section a wetwipe - ...clean yourself up

    • @k-c
      @k-c 2 года назад +21

      Feels good to finally have a positive stereotype.

    • @moncefkarimaitbelkacem1918
      @moncefkarimaitbelkacem1918 Год назад +1

      Same 😂

  • @ashellz934
    @ashellz934 3 года назад +19

    for i in (1..100000000000); do echo"thank you";done ..
    You are amazing, and doing a great job. Keep you the good work

  • @viciouz25
    @viciouz25 Год назад +5

    This great. I'm about half way through but wanted to acknowledge your teaching style of going detail and the time. This is one of the best I've seen on youtube and it's a good resource for me to brush up my bash scripts for work.

  • @Ahmed-my2xq
    @Ahmed-my2xq 4 года назад +25

    This tutorial is one of the best tutorials I ever have used to learn something. Man you are doing a great job. Love from Pakistan.

  • @hazalberilcatalak4477
    @hazalberilcatalak4477 3 года назад +63

    I appreciate the effort put into this video lecture and I'd like to share my personal points for improvement. It's an okay intro in my humble opinion, and some important stuff is either lacking or overlooked.
    1. In string processing, string comparisons are made by checking the ASCII code of each character, thus "abc" is not equal to "acb". In the lecture, it was represented like the length of the strings are checked. Maybe in the earlier versions, it could be true (by looking at the date of the video uploaded), but in the latest version, it is not. I didn't come across such a comparison in Java, Matlab, or Python, and it bugged me.
    2. If you'll upload a newer version of this lecture, I would suggest, please, indicate the type of variable you're using. E.g, when you're showing how to write and if conditional for the first time, indicate that the program understands the variables when you use double quotes and dollar sign, and whether or not it is a string.
    3. No need to mention that you've cut the part where you've explained case statement, so maybe you may want to explore that part in the newer version of the video.
    If there'll be no newer video on this topic, maybe you'll update the website accordingly. Thank you for the effort.

    • @Andy-xv4dj
      @Andy-xv4dj 2 года назад +3

      Can agree 100% with that. He sometimes gives wrong ideas about what's happening behind the scenes. As you've mentioned with string comparison but also with export. In this chapter he should have at least mentioned local and global/environment variables. He just says that we are sending it to the other script which can be confusing. Haven't watched further yet. Not sure if he wants to over simplify stuff or if he really doesn't know better.
      Besides this I'm happy that somebody puts so much effort into and provides an 3h video on shell scripting.

    • @alperenceliktas5028
      @alperenceliktas5028 2 года назад +1

      Hazal hanim değerli yorumunuz için teşekkür ederim.

    • @dumpsta-divrr365
      @dumpsta-divrr365 2 года назад +2

      thank you, the string processing bit was confusing me.

    • @Deksudo
      @Deksudo 2 года назад +1

      @@alperenceliktas5028 Yolun açık olsun paşam

    • @alperenceliktas
      @alperenceliktas 2 года назад +1

      @@Deksudo eyvallah seninde kral ❤️

  • @radiotec76
    @radiotec76 Год назад

    I had BASH script training as port of my Red Hat RHEL Administration III 6 years ago but needed a review of BASH scripting. Very good course. Provides essential information for BASH scripting without insulting your intelligence.

  • @chrismbah597
    @chrismbah597 10 месяцев назад

    Bro you a fantastic teacher on bash scripting, I have come across. I have been studying Linux for one year but I have not come across scenarios based cases like these. Congratulations I hope this knowledge would help me to land a job.

  • @linuxhint
    @linuxhint  3 года назад +19

    We created a written version of this course: linuxhint.com/3hr_bash_tutorial/

  • @robin196
    @robin196 4 года назад +3

    i hardly sit 1 full hour on tutorial ...But you managed me to sit one full hour ...Thank you.

  • @VishalRaoOnYouTube
    @VishalRaoOnYouTube 4 года назад +6

    You explain things very well. A full 2 hour course on awk would be good!

    • @linuxhint
      @linuxhint  4 года назад +1

      Awk is a good idea! We'll do it soon!

  • @joelmck
    @joelmck 3 года назад

    BEST. OPENING. STATEMENT. EVER!! LOOOL. "I guarantee.. you will know about bash scripting, more than......... a lot more people." #facts Thank you for putting together this course!

  • @hobgoblin4614
    @hobgoblin4614 4 года назад +4

    Just finished the video. This was an excellent. Would it be possible for you to do a Part 2 where you go over over commands/create an "Advanced" video? Thanks again for the great video! Really appreciate you putting this out there man!

  • @velmurugansubramaniam8051
    @velmurugansubramaniam8051 4 года назад +9

    Thanks Very useful video. Case statement is missed at 29:40. Found source code for it at 30:09 thanks.

  • @linuxhint
    @linuxhint  3 года назад +6

    CLICK the link below & Join now to get access to Membership and Perks:
    ruclips.net/channel/UCHErB0TULAlldbhPMfBJ1Xgjoin

    • @jhde9067
      @jhde9067 3 года назад

      At 1:12:40 ,does the program know that you are comparing the length of strings? How?
      Thanks ahead.

    • @jhde9067
      @jhde9067 3 года назад

      For the email part (at 2:03:00) , is it possible to send the email from a different address?how?

  • @mohammadadrees5263
    @mohammadadrees5263 2 года назад

    Thank you sir. It was a tremendous effort from your side to teach through this course.
    I request you to bring more course/s on bash scripting. Finally, I completed this course with practice.
    Thank you again.

  • @bobhutchins557
    @bobhutchins557 3 года назад +1

    Great video! Just a comment on converting a string to lowercase. At 1:14:00 (close to it), you mention using ${st1^} to convert the string st1 to lowercase. However, ${st1^} converts st1 to proper noun form (i.e., the first letter of the string is uppercase; remaining letters are lowercase). I believe the proper way to convert st1 to lowercase is ${st1,,}.

  • @bradybrandt8220
    @bradybrandt8220 3 года назад +1

    The string comparison operators are not comparing lengths they are comparing ascii values. You can test this by entering "A" for the first string and "a" for the second string. You will see that "A" is smaller because it has an ascii value of 65 and "a" is larger because it has an ascii value of 97.

  • @sudheergowra
    @sudheergowra 5 лет назад +13

    Thank you so much sir this tutorial helps me lot learn shell scripting and way of explanation was fabulous

  • @ArturRozwalak
    @ArturRozwalak 3 года назад +4

    there's a mistake in a section about strings, when you want to change string to lowercase you should use ${string,,} rather than ${string^}

  • @zheky8002
    @zheky8002 3 года назад

    I am search bash script course in Russian RUclips, but i find this lesson, it is really awesome work, ty so much i hope you have inspiration for new video

  • @ashfaquealam3033
    @ashfaquealam3033 4 года назад +11

    Thank you very much for investing your time to help people. I learned something new which I don't used to know before. Keep making these types of videos it helps a lot

  • @schoollinux8828
    @schoollinux8828 3 года назад

    Very good course. I studied Intro to linux and I remember things from the course studied on here. But in the course i didnt understand it. Until i went through you video
    thank you i finally understand what i studied on the course.

  • @DuyNguyen-mo1ol
    @DuyNguyen-mo1ol 7 месяцев назад +3

    Section:
    0:55 Hello Bash Scripting
    5:25 Redirect to file
    8:49 Comments
    11:49 HereDoc
    14:01 IF Conditional Statement
    16:47 IF-ELSE Conditional Statement
    19:00 ELIF Conditional Statement
    21:18 AND Operator
    26:21 OR Operator
    29:10 CASE Conditional Statement (Incomplete explanation)
    29:47 Loops
    30:19 WHILE Loop
    33:54 UNTIL Loop
    36:20 FOR Loop
    39:44 BREAK and CONTINUE Statements
    45:29 Script input (STDIN)
    55:58 Script output (STDOUT and STDERR)
    1:01:40 Pipes (Send output from one script to another script)
    1:05:53 Strings processing
    1:15:39 Numbers and Arithmetic
    1:20:56 Convert from Hexadecimal to Decimal Numbers
    1:23:07 DECLARE command
    1:28:27 Arrays
    1:35:06 Functions
    1:43:10 Files and directories
    1:58:42 Sending email via script
    2:05:20 Curl
    2:12:44 Professional Menus
    2:31:12 grep
    2:41:37 awk
    2:51:54 sed
    3:02:24 Debugging

  • @jeanlouisBarre
    @jeanlouisBarre 3 года назад

    Great course. Suggestion : use Gedit with Embedded Terminal plugin. It makes it even easier to try these bash script. See also gedit-plugin-word-completion .

  • @jaikishank
    @jaikishank 2 года назад

    Excellent material to understand the basics of bash scripting. Deeply appreciate your efforts.

  • @wtfdoiputhere
    @wtfdoiputhere 2 года назад

    still til now the 2nd best bash scripting source OF MY OWN choice

  • @ddos87
    @ddos87 4 года назад +3

    Dude... crushed it. So good.

  • @vladislavvolokhov4208
    @vladislavvolokhov4208 Год назад +1

    1:15:10
    Actually, to change the string cases, here are the right options:
    1) To upper case: str=${str^^} this is a string -------> THIS IS A STRING
    2) To lower case: str=${str,,} THIS IS A STRING -------> this is a string
    3) To start with a capital letter: str=${str^} this is a string -------> This is a string
    ^does not change the case to lower, two commas do
    Hope this helps someone.

  • @rajkumarrishi1
    @rajkumarrishi1 4 года назад

    Thanks buddy! Yesterday in 4 days I completed this tutorial. I am not from the programming field.

  • @အဖြူထည်နှလုံးသား

    thanks you so much for your kindness bro

  • @charlesklein7232
    @charlesklein7232 3 года назад +23

    29:45 i think you forgot CASE statements? something went wrong in editing? you begin but dont end?

    • @sodead5112
      @sodead5112 3 года назад +1

      yeah i noticed it too

    • @piggio83
      @piggio83 3 года назад

      yes it's missing

    • @imantskeiselis7646
      @imantskeiselis7646 3 года назад

      busted! :D

    • @memy4460
      @memy4460 3 года назад +2

      At 30:14 you can see the code he wrote at least. But there is no explanation of course....
      So, I tried to figure out what must have been the original code and purpose of it. Instead of going through lot of if statements, you set cases. You have one question to the user and in case his response in BMW, your script returns BMW.
      It should look something like this:
      !# /bin/bash
      echo "What is the make of your car?"
      read car
      case $car in
      "BMW" )
      echo "It's BMW" ;;
      "Mercedes" )
      echo "It's Mercedes" ;;
      "Toyota" )
      echo It's Toyota" ;;
      "Honda" )
      echo "It's Honda" ;;
      * )
      echo "unknown car name" ;;
      esac
      I hope this helps.

  • @andrewa3216
    @andrewa3216 2 года назад

    It should be noted... for conditions. If you're running a COMMAND like if grep -q somethingsomething file.txt then you DO NOT put [ ] around it. You only put [ ] around your if if it's an expression like "is 10 = to 9?"

  • @kopilkaiser8991
    @kopilkaiser8991 2 года назад

    Liked your video as it deserves it. Fascinating method of explaining hard topics easily. Thank you

  • @hemagouda2928
    @hemagouda2928 3 года назад +1

    Well explained....
    It is really worth to watch.

  • @lalitdhadwal
    @lalitdhadwal 4 года назад +3

    Thank you so much for your time and this session plus the basis examples to keep the actual point's to be in clear 🙂

  • @karthikjmoger478
    @karthikjmoger478 3 года назад

    Thoroughly enjoyed the course. Thank you

  • @AyushKumar-wi7rg
    @AyushKumar-wi7rg Год назад

    really best lecture to the point teaching no time waste

  • @roshanguragain4468
    @roshanguragain4468 3 года назад +2

    1:42:30 The variable inside the function is still a global variable, you need to use keyword local for local variables that are visible inside functions only.

  • @sambhavjain2365
    @sambhavjain2365 3 года назад

    Kudos to the tutor🙌🙌. Looking at the time on the top of his screen, one can imagine the time it took to create this video

  • @lokeshwarreddy6397
    @lokeshwarreddy6397 2 года назад

    This is "BASICALLY" a good tutorial

  • @danielsilberstein6947
    @danielsilberstein6947 4 года назад +2

    This was great! Thank you for the thorough explanation. I had trouble with sudo executions for Mac. Other than that it was a wonderful tutorial.

  • @aadiandadvikvlogs
    @aadiandadvikvlogs 4 года назад +2

    Thank you so much for providing this helpful tutorials on shell script. It's really help me to clear out doubts. Thanks a lot.

    • @aadiandadvikvlogs
      @aadiandadvikvlogs 4 года назад

      Can you please provide me shell script for a program. I have achieved 60% stuff. So the question is : Find 1 days old files then zip all those files and remove that zip file after 5 days. Please help me

  • @vaibhavsingh4108
    @vaibhavsingh4108 4 года назад +4

    @1:14:41 the string linuxhint the L is printed in uppercase if the ^ operator converts the string in the lower case then why the L is printed instead of l
    Please clarify if anyone knows

  • @asuezeigwe9381
    @asuezeigwe9381 Год назад

    I spent 1 week going through this course
    One week well spent
    Please can we have a crash course on how to create a bash script for CSV file manipulation and reporting

  • @amauryribeiro1860
    @amauryribeiro1860 4 года назад +2

    omg thank you so much!!!!!! , I writed everything like code program (like a notepad) for remember when to need !!
    mil likes cara ! (thousand likes dude) from Brazil ^^

    • @sachin-chaurasiya
      @sachin-chaurasiya 4 года назад

      Can u please share ur notes with us

    • @isumitd9586
      @isumitd9586 4 года назад +1

      @@sachin-chaurasiya if u write it by yourself then only you gotta know that closely

    • @amauryribeiro1860
      @amauryribeiro1860 4 года назад

      @@sachin-chaurasiya I like to write for learn better... but I will share ( I am brazilian..., so will be something in portuguese, and my english is bad....)

    • @amauryribeiro1860
      @amauryribeiro1860 4 года назад

      @@sachin-chaurasiya
      just copy and past to notepadd , for example: tutorial_bash.sh :
      #!/usr/bin/env bash
      clear
      #for use terminal comands just type here...
      echo hello world
      :'
      #I cannot use simple aspas in some cases just " "
      read -p "type your name: " name
      echo "welcome $name!"
      '
      ############################ conditions: ################################
      :'
      eq-> equal
      ne -> not equal
      gt -> greater than
      lt -> less than
      '
      x=10
      :'i could use [[ $x -eq 10 && $x -lt 20 ]] &&, ||
      or [ $x -eq 10 -a $x -lt 20 ] -a means and -o means or '
      if [ $x -eq 10 ] && [ $x -lt 20 ]
      then
      echo "condition true"
      else # i can use elif too
      echo "condition false"
      fi
      :' i can use >, 10 ))
      '
      #################### loops #########################
      i=0
      while (( $i < 10 )) #i can use: until (( $i < 10 )) but stop when condition is true
      do
      echo $i
      i=$(( i+1 ))
      done
      #
      for i in {0..20..2} # {start..end..increment} or for ((i=0;i bigger, \< smalller
      #concatenar strings
      string1="any"
      string2="thing"
      conca=$string1$string2 # or conca=$string1\ $string2 for space between
      echo ${string1^^} # uppercase string and ${str^} only first letter maiuscula
      ####### operation ####
      :' + , - , *, /, %'
      ####### array ###########################3
      array=('alec','o terrivel alec' 'luca' 'douglas')
      # how you can see, the ',' don't separe array elements... its the space
      echo ${array[0]}
      echo ${array[@]} #for print all array
      echo ${!array[@]} #array index
      echo ${array[@]} #array size
      unset array[1] #free the position (remove)
      ##################### functions ############################
      function funcPrint()
      {
      echo $valor
      valor=10
      #echo $1 $2 $3 $4
      }
      valor=-5
      echo $valor
      funcPrint hello this is function
      echo $valor #the variable is modificated inside the function
      ###### check directory ##
      :' direct='pasta1'
      if [ -d "$direct" ] (and use -f for check file) '
      ####debug ####
      # when you compile use: "bash -x" before
      # use: set - and set + for delimitate the region the debug
      ################################################################################
      #usefull
      :'grep (modificar expressoes regulares)
      awk (encontrar mensagens em um arquivo de texto e modifica lo)
      sed (text manipulation)
      '
      #Nivestar notepadd! #########

    • @amauryribeiro1860
      @amauryribeiro1860 4 года назад

      I hope I've helped ^^

  • @Alhazarad
    @Alhazarad 4 года назад +11

    what happens there at 29:45? Edited out case statements?

  • @naren06938
    @naren06938 2 года назад

    Explanation is simply superb...Thanx a lot sir to give from scratch. But y skip case statements multiple if else conditions

  • @cristicode4301
    @cristicode4301 2 года назад

    This was an amazing introduction to bash scripting. Great work, it helped me a lot.

  • @casedup
    @casedup 2 года назад

    Loved this one. Learned so much i never knew. Thanks ser!

  • @davidleitman
    @davidleitman 4 года назад +1

    so helpful! thank you so much for sharing this with us Malik!

  • @The_Penguin_City
    @The_Penguin_City 2 года назад

    Thanks for all dedication and knowledge that you share.

  • @alejandrojerez1492
    @alejandrojerez1492 3 года назад +1

    This is a perfect linux learning task. Thanks! 😁

  • @GameNon-Quitters
    @GameNon-Quitters 4 года назад

    Fantastic ! Easy to understand and amazing tutorial to get started with Bash Scripting, helped me a lot ! Thanks ! Keep the great work !

  • @devihomes
    @devihomes Год назад

    Great tutorial with detailed explanations for the beginers..!!

  • @Francis-np7ft
    @Francis-np7ft 4 месяца назад

    God bless you anywhere you are!!

  • @ashutoshbauskar4082
    @ashutoshbauskar4082 3 года назад +1

    Excellent content

  • @Chuukwudi
    @Chuukwudi 2 года назад

    Useful tip guys, do not let the length of the video scare you. Set speed to 1.75x

  • @machman23
    @machman23 4 года назад

    This way of demonstrating is best for me, this is how I can learn, thank you for this method

  • @aleksandrakosanovic3747
    @aleksandrakosanovic3747 3 года назад +3

    Why is variable wrapped in quotes when used for comparison? "$age" -gt 18 at 24:00 min

    • @memy4460
      @memy4460 3 года назад

      Yeah, it didn't make sense to me either, but if you try it another way, it gives an error message. I tried it.

  • @pronounceword
    @pronounceword 4 года назад +1

    Your content is fantastic.

  • @memy4460
    @memy4460 3 года назад +1

    At 29:45 the case statement is not explained.
    So, I tried to figure out what must have been the original code and purpose of it. Please read below.
    Instead of going through lot of if statements, you set cases. You have one question to the user and in case his response in BMW, your script returns BMW.
    It should look something like this:
    !# /bin/bash
    echo "What is the make of your car?"
    read car
    case $car in
    "BMW" )
    echo "It's BMW" ;;
    "Mercedes" )
    echo "It's Mercedes" ;;
    "Toyota" )
    echo It's Toyota" ;;
    "Honda" )
    echo "It's Honda" ;;
    * )
    echo "unknown car name" ;;
    esac
    I hope this helps.

  • @alexharker7223
    @alexharker7223 4 года назад +1

    Thank you! I went from knowing very little about Bash scripts to feeling like I could do a lot!

  • @VincePicton
    @VincePicton 4 года назад +1

    What a very useful resource, thank you.

  • @Quadropheniaspain
    @Quadropheniaspain 2 года назад

    Great video, explained very simple and clear, helped a lot, thank you for taking your time to do this

  • @Koushikruidas
    @Koushikruidas 3 года назад

    Thanks for the written article

  • @ukbakrol
    @ukbakrol 4 года назад

    Bloody awesome tutorial man, thank you.
    Simple details and straight to the point.

  • @ronishlopchan2020
    @ronishlopchan2020 3 года назад +1

    Thanks a lot mate! You're legend. Great tutorial!

  • @sn1-w5f
    @sn1-w5f 3 года назад

    Thank You so much 🙏🏽
    This helped me a lot . very clear explanation and easy to follow.

  • @МухаммадалиМухаммадов-и3в

    Thanks !!! subcribed! great job, hi from Uzbekistan

  • @Eng-Mohamed-Ahmed
    @Eng-Mohamed-Ahmed Год назад

    you explained well i gained a lot concepts i need for a bash scripts thanks more

  • @padmajarani9392
    @padmajarani9392 Месяц назад

    Thank you so much sir
    learned so many basic concepts

  • @emrebolcakan7475
    @emrebolcakan7475 4 года назад +3

    Great video! What happened to the segment with the case statements in the half-hour mark?

    • @dogerish
      @dogerish 4 года назад +1

      yes im wondering the exact same thing lol

    • @ashellz934
      @ashellz934 3 года назад +1

      Same here..

  • @brianobey4368
    @brianobey4368 2 года назад

    Booyakasha! Check it, 10 hours later and me finally gots to the end. Big up yourselves if you rolled dis slow.

  • @info_man
    @info_man 5 лет назад +3

    Thanks sir
    It helps me in exam next week

  • @syedbaryalay5849
    @syedbaryalay5849 3 года назад

    good work making this course. much appreciated

  • @risingsunemployee
    @risingsunemployee 3 года назад

    what a nice course... big thanks from turkey

  • @gsander3102
    @gsander3102 2 года назад

    Bash is so much similar to Java. God Bless all those who commented the Timestamp.

  • @qsdqsd6852
    @qsdqsd6852 4 года назад +3

    to install gedit write this command apt-get install gedit and if you see [Y/n] hit y
    that's all thanks

    • @aizencifer8922
      @aizencifer8922 4 года назад

      For people who cant figure out why they get error messages when they run the install command:
      I had the same problem, just run sudo apt-get update && sudo apt-get upgrade, hit Y
      and then just run the sudo apt-get install gedit command and everything should work

  • @smurad404
    @smurad404 3 года назад

    thanks a lot.
    you are pro in bash scripting.
    great
    love from Pakistan

  • @opendebate
    @opendebate 4 года назад +1

    Excellent tutorial my friend!

  • @shirzadroohi3000
    @shirzadroohi3000 4 года назад +1

    I really appreciate for the effort. I have learnt a lot by watching this video. Is there any course after this one, i.e. in somehow advanced level? Please let me know if there is some.
    Thanks again
    Regards
    Shirzad

  • @soultracer
    @soultracer 3 года назад

    You explain well, but there are random cuts in the content. For example the "case", you start to explain, but suddenly it jumps to the loop???

  • @The_Penguin_City
    @The_Penguin_City 2 года назад

    In your remove script 1:57 you don't quote variable name in " " so if user inputs an space before name, everything in that directory could be deleted because bash can interpret space as everything in that directory. "${FILE_NAME}"

  • @oscarchs2239
    @oscarchs2239 4 года назад +1

    GREAT CONTENT!!

  • @AhmadKhan-ze2cf
    @AhmadKhan-ze2cf 10 месяцев назад

    very thankful to you for your great job

  • @talldarkhansome1
    @talldarkhansome1 3 года назад

    Yes clear and easy to understand.

  • @gloriousguardpersonal
    @gloriousguardpersonal 2 года назад

    This helped me learn a lot, thank you!

  • @sunny_senpai
    @sunny_senpai 4 года назад +1

    Thank you for this course!

  • @SahilKumar-lq5rj
    @SahilKumar-lq5rj 3 года назад +1

    C program using stat system call and stat structure to display details of all files in
    the current working directory whose size is greater than or equal to 300 bytes and accessed
    yesterday.
    int stat(const char *path, struct stat *buf);
    int readdir(unsigned int fd, struct dirent *dirp, unsigned int count); // man 2 readdir
    struct dirent *readdir(DIR *dir); // man 3 readdir
    Please help me out bro

  • @satvikkhare1844
    @satvikkhare1844 2 года назад

    What company do you work from? I guess you have a background in device drivers and linux kernel programming? Make interview questions also for companies like Qualcomm, Nvidia, Samsung which usually work on these things

  • @LtRaine
    @LtRaine 4 года назад +1

    Awesome video thank you for this I am a new subscriber. I was wondering after I complete this course what resources would you recommend to keep improving my Bash scripting.

  • @sunnysingh7854
    @sunnysingh7854 Год назад

    Completed till 1:59:00, need to continue post that

  • @shubhamchidrawar9477
    @shubhamchidrawar9477 4 года назад

    Nice one 👍 1:34

  • @louiscarver8432
    @louiscarver8432 2 года назад

    Great information.. This course I believe will help anyone with the technical career. I cannot reframe from telling you that I am a publics speaker. I have belong to Toastmasters International. Where one of the things that will cause lost of point are crutch words. Umm, So, and So. You could greatly increase your delivery of you content by not using that word over and over again and again. Go back and count the times you used that word and remove and see the different. They is not any thing wrong with your English and the information is priceless. I find the use of the word painful.

  • @ubaidshahid5123
    @ubaidshahid5123 3 года назад

    Informative video but Why switch statement is skipped after if else explanation ?

  • @bigaripolaylar8993
    @bigaripolaylar8993 3 года назад

    Indian youtubers are creating the next generation's IT crackheads. Thank you for your effort sir, hell of a video for beginners.

  • @jackofnotrades15
    @jackofnotrades15 4 года назад

    1. At 53:55 are you using stdin or arg1 as input file? I think you meant you are redirecting stdin to arg1 so now /dev/stdin is replaced by arg1 file.
    2. At 1:14:50 it is capitalizing without ^l also, and same you are doing it at 1:15:10. Whats the difference? As per my tests it will not capitalize any other character other than 'l', provided one entered any other strings which is not starting with 'l'
    Make videos on sed and awk.
    Great tutorial.

  • @shashankkumar4241
    @shashankkumar4241 3 года назад

    At 1:11:00 >,< compares string lexographically not lengthwise

  • @JoeSmith-zu6lb
    @JoeSmith-zu6lb 4 года назад

    Good thing I can pause video or come back to it for clarification.