Shell Scripting Full Course 2022 | Become a expert | Tech Arkit

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ธ.ค. 2024

ความคิดเห็น • 200

  • @TechArkit
    @TechArkit  4 ปีที่แล้ว +15

    Complete Shell Scripting Tutorial th-cam.com/video/7GNUzvjS_mE/w-d-xo.html

  • @KuriosKiran
    @KuriosKiran ปีที่แล้ว +14

    0:01 Intro
    0:06 Scripting vs Programming
    3:32 Shell Scripting?
    8:52 Types of Shells
    13:29 Create Template
    22:12 Quotations
    29:08 Variables
    36:54 Special Variables
    50:18 Count given parameters
    56:36 Arithmetic Operators
    1:06:16 Relational Operators
    1:14:13 Logical Operators
    1:34:55 IF Statement
    1:41:40 IF Else Statement
    1:45:56 IF Else IF Statement
    1:59:08 Nested IF
    2:14:28 While Loop
    2:22:15 For Loop
    2:30:59 Case Statement
    2:41:01 Continue Statement
    2:54:05 Set Command
    2:58:25 Shift Positional Parameters
    3:05:25 Functions
    3:14:38 Until Loop
    3:21:27 Arrays
    3:32:23 GetOpts
    3:38:37 CPU Alerts Script
    4:03:02 Monitor Disk Space
    4:11:56 Troubleshooting Scripts
    4:19:56 ShellCheck Website
    4:26:39 Here Documents
    4:33:46 Internal Field Separator
    4:40:11 Eval Command
    4:43:39 Multiple Scripts
    4:48:36 Logger Command
    4:56:48 Delete X Days Data
    5:15:26 Wrap-Up

  • @smithdeagle1010
    @smithdeagle1010 2 ปีที่แล้ว +6

    For those whose are trying to understand what is shell kernel and terminal
    Terminal is the screen through which you can write some commands also called interface.
    Now shell acts as an interpreter for ex If i said rubber indians will take it as eraser
    But Americans might think it's protection.
    So shells are nothing but interpreter.
    Now the intrepretation goes into OS or Kernel which is your brain now you heard rubber your brain processes and you will imagines a rubber. And picks up a rubber hardware physical work is done.please refer to the diagram in the types of shells

    • @TechArkit
      @TechArkit  2 ปีที่แล้ว +1

      Thanks for details smith.

  • @johnagapi5970
    @johnagapi5970 4 ปีที่แล้ว +6

    These Single video is really beneficial Ravi. Instead of searching for many books, articles, videos, students can learn everything from such "single videos". Thank you so much for your time

    • @TechArkit
      @TechArkit  4 ปีที่แล้ว +1

      It's my pleasure

    • @muraliplsql6581
      @muraliplsql6581 3 ปีที่แล้ว

      For UNIX shell script and ORACLE PLSQL training with real time scenarios.contact us --> muraliplsqltraining@gmail.com

  • @raghavcks
    @raghavcks 2 ปีที่แล้ว +1

    Thanks!

  • @sriramkumarnukala
    @sriramkumarnukala 2 ปีที่แล้ว +1

    02:07:38. Excellent script writing sir

  • @vanajau6841
    @vanajau6841 3 ปีที่แล้ว +3

    I am beginner in coding. Your video helped to understand each and every concept thoroughly

    • @TechArkit
      @TechArkit  3 ปีที่แล้ว +1

      Glad to hear that!

  • @SandeepKimmoji
    @SandeepKimmoji 7 หลายเดือนก่อน

    anyone tell me have one doubt here on starting creating template on that time template file was moved to bin then how it was excuted without changed the path?
    2. when am doing same in my side redhat version am creating template file and edit when am excute it was showing template command not found like it was showing ?
    can anyone describe it.

  • @ernestodiaz2106
    @ernestodiaz2106 ปีที่แล้ว +1

    Congratulations, very good and well explained course, i did enjoyed a lot and learned a lot.

    • @TechArkit
      @TechArkit  ปีที่แล้ว +1

      Glad you enjoyed it!

  • @kiranwale7754
    @kiranwale7754 3 ปีที่แล้ว +9

    This is really nice video with deep explanation but I thought you must start the shell scripting by introducing the various commands needed or present in sheel scripting which are most important for understanding the scripting.
    Will you please post the sheet of difference between bash and shell?

    • @TechArkit
      @TechArkit  3 ปีที่แล้ว +2

      i already uploaded supporting commands/videos on the playlist.

  • @KamalSingh-jz6hy
    @KamalSingh-jz6hy ปีที่แล้ว +1

    @Tech Arkit , please do explain -e and \c in echo ..and read "-r " ... When we can also use echo and read standalone??

    • @TechArkit
      @TechArkit  ปีที่แล้ว +1

      -e is an extended options
      if you include -e and \c will seek input with in the same line
      read -r is to store the string input by the user

    • @KamalSingh-jz6hy
      @KamalSingh-jz6hy ปีที่แล้ว +1

      @@TechArkit okie, thank you so much 🥺❤️

  • @avanendrasharma8244
    @avanendrasharma8244 ปีที่แล้ว +1

    In case statment example could someone tell why two semicolon is used. ;; @Tech Arkit

  • @KamalSingh-jz6hy
    @KamalSingh-jz6hy ปีที่แล้ว +1

    Content was excellent I was able to execute each and everything.. learned so many things.. But i only thing I was not able to get is " the main purpose of "eval" command ??
    We can get the same output without eval..if we put command = `ls -ltr /etc` then
    echo $command. ....instead of
    command =" ls -ltr /etc" then
    eval $command

  • @samiryadav7056
    @samiryadav7056 ปีที่แล้ว +1

    You are 💎...deep knowledge brother...

    • @TechArkit
      @TechArkit  ปีที่แล้ว +1

      I appreciate that

  • @abhishekjohri498
    @abhishekjohri498 7 หลายเดือนก่อน

    fantastic cover Dear Arkit

  • @ashwinisingh8291
    @ashwinisingh8291 2 ปีที่แล้ว +2

    Can any one pls tell me what does /c mean at 58:40.

  • @alankritverma1839
    @alankritverma1839 ปีที่แล้ว +1

    Can you provide a link to the directory where all the files are stored?
    That can act as "notes"

    • @TechArkit
      @TechArkit  ปีที่แล้ว +1

      github.com/techarkit/shell-scripting-tutorial

  • @durveshpatil6745
    @durveshpatil6745 3 ปีที่แล้ว +2

    Sir, this video has all the content of videos of shell scripts that u previously added at the time of starting your youtube channel??? (conntent of all 60 videos)

    • @TechArkit
      @TechArkit  3 ปีที่แล้ว +2

      Basic commands are not added in this video, except that all other content is covered.

  • @Fendibson
    @Fendibson ปีที่แล้ว +1

    I keep getting an error for the email commands: when running the memory utilization script i get mail: cannot send message: Process exited with a non-zero status

    • @TechArkit
      @TechArkit  ปีที่แล้ว +1

      If mail command does not working then script will fail to send

  • @TheLightofScience
    @TheLightofScience ปีที่แล้ว +1

    Impressive thank you for this good tutorial

    • @TechArkit
      @TechArkit  ปีที่แล้ว +1

      You are welcome!

  • @raviani12
    @raviani12 ปีที่แล้ว +1

    Hi Ravi , will you provide online training?

  • @human151
    @human151 ปีที่แล้ว

    This is really good. Thanks for uploading!

    • @TechArkit
      @TechArkit  ปีที่แล้ว +1

      Glad you enjoyed it!

  • @asiyasyeda8385
    @asiyasyeda8385 2 ปีที่แล้ว +1

    Hi, Thanks for creating this video. It has provided scripting skills to the beginners. but I stuck in the beginning while following this video for creating scripts. here @20.13, "template" was moved to /bin/---how are we able to execute the command when it is not in the folder "scripts". when I followed the same steps, it failed to locate the command in folder "scripts" and it outputing the same erorr.
    Please enter file name to create: helloworld
    touch: cannot touch '/scripts/helloworld.sh': No such file or directory

    • @asiyasyeda8385
      @asiyasyeda8385 2 ปีที่แล้ว

      i even made multiple changes to the way i was scripting but once the file is moved to other folder it did not detect the file in the currecnt folder as was specified in script like /scripts/$file---my question is how were you able to run the command without any issue. did I miss any steps

    • @asiyasyeda8385
      @asiyasyeda8385 2 ปีที่แล้ว

      also after moving template to /bin/ i entered 'ls' to find the command "template". folder was empty since it was moved to /bin/

    • @asiyasyeda8385
      @asiyasyeda8385 2 ปีที่แล้ว

      Please provide filename to create: helloworld
      touch: cannot touch '/scripts/helloworld.sh': No such file or directory
      /usr/bin/template: line 5: /scripts/helloworld.sh: No such file or directory
      /usr/bin/template: line 7: /scripts/helloworld.sh: No such file or directory
      /usr/bin/template: line 9: /scripts/helloworld.sh: No such file or directory
      /usr/bin/template: line 11: /scripts/helloworld.sh: No such file or directory
      /usr/bin/template: line 13: /scripts/helloworld.sh: No such file or directory
      /usr/bin/template: line 15: /scripts/helloworld.sh: No such file or directory
      /usr/bin/template: line 17: /scripts/helloworld.sh: No such file or directory
      /usr/bin/template: line 19: /scripts/helloworld.sh: No such file or directory

    • @jamaalbarnes5392
      @jamaalbarnes5392 ปีที่แล้ว

      @@asiyasyeda8385 I actually improved on this but you have to create an if then else statement to check if the directory exists, and if not, have it create the directory.

  • @marshmelloqdc
    @marshmelloqdc 3 หลายเดือนก่อน

    This lecture is very helpful to understanding the shell scripting to my evey friend can be subject the watching this video and basic concepts will be strong😊

  • @a-kkayyy8735
    @a-kkayyy8735 3 ปีที่แล้ว +1

    File logical operators is not understood. It is saying too many arguments. If I write test there after if.
    And format is also different. It is not giving any output if I am writing a scripting exactly like u .. please help

    • @TechArkit
      @TechArkit  3 ปีที่แล้ว +1

      can you please post what you have written

  • @GaneshkumarDB
    @GaneshkumarDB 3 ปีที่แล้ว +2

    This is awesome. I was searching this kind tutorial videos since a month. Excellent explanations and topics. Thanks a lot Bro.

    • @TechArkit
      @TechArkit  3 ปีที่แล้ว +2

      Happy to help

  • @MegaRishi101
    @MegaRishi101 2 ปีที่แล้ว +1

    is this complete bash shell scripting tutorial...i am learning devops so is this enough for me?

    • @TechArkit
      @TechArkit  2 ปีที่แล้ว +1

      Yes enough

  • @robertmurphy8322
    @robertmurphy8322 4 ปีที่แล้ว +1

    Thanks, first time learning scripting and I can keep up.

    • @TechArkit
      @TechArkit  4 ปีที่แล้ว +1

      You can do it!

  • @praveenm9847
    @praveenm9847 4 ปีที่แล้ว +2

    Can you please do video how to do patching virtual and physical server before patching what will we do if you possible every thing explain in that video

    • @TechArkit
      @TechArkit  4 ปีที่แล้ว +2

      th-cam.com/video/8QzOmAlUCMs/w-d-xo.html check this out

  • @pratikharde21
    @pratikharde21 3 ปีที่แล้ว +2

    Hey, shell scripting and bash scripting are same or different🤔🤔🤔😳

    • @TechArkit
      @TechArkit  3 ปีที่แล้ว +1

      both looks similar however there are minor changes in both.

    • @pratikharde21
      @pratikharde21 3 ปีที่แล้ว +1

      @@TechArkit ohhhk 👍

  • @Abdulhafeezkalsekar
    @Abdulhafeezkalsekar 3 ปีที่แล้ว +1

    Thanks . Nicely explains Fundamentals

    • @TechArkit
      @TechArkit  3 ปีที่แล้ว +1

      Thanks and welcome

  • @theexecutor4678
    @theexecutor4678 3 ปีที่แล้ว +1

    Sir which things we need to know before shell scripting...?I mean we need to learn any language before shell scripting?

    • @TechArkit
      @TechArkit  2 ปีที่แล้ว +2

      Basic Linux would be good. like commands and little more about OS.

  • @KazuyaGaming17
    @KazuyaGaming17 ปีที่แล้ว +1

    I have a question. Does this video claim that it will make you master the entire bash script.?

    • @TechArkit
      @TechArkit  ปีที่แล้ว +1

      It will give you a decent knowledge where you can write your own script by correlating the logics.

    • @KazuyaGaming17
      @KazuyaGaming17 ปีที่แล้ว +1

      @@TechArkit It's just like memorising.. So where can I get other of these so called "Specific bash characters" just like "echo", etc. Do I really need to memorise a lot of these in order to master bash.?

    • @TechArkit
      @TechArkit  ปีที่แล้ว +1

      @@KazuyaGaming17Just practice for multiple times no need specifically memorize them.

  • @nalinhemantha7342
    @nalinhemantha7342 4 ปีที่แล้ว +1

    Excellent Ravi

  • @wanderingfido
    @wanderingfido 9 หลายเดือนก่อน +2

    OMG the _how-the-indian-youtube-guy-explains-it_ memes are all true. 😆😂

  • @SravanKumar-hp5nz
    @SravanKumar-hp5nz 2 ปีที่แล้ว +3

    Thank You for sharing Ravi, content was good, way of explanation was excellent everyone can understand, I recommend everyone to watch.

    • @TechArkit
      @TechArkit  2 ปีที่แล้ว +1

      Thanks a ton

  • @PratapSingh-pl8xs
    @PratapSingh-pl8xs 2 ปีที่แล้ว +1

    Wonderful tutorial ... thanks for making it

    • @TechArkit
      @TechArkit  2 ปีที่แล้ว +2

      Glad you liked it!

  • @kaumudimishra9691
    @kaumudimishra9691 2 ปีที่แล้ว +1

    The quality of the video is very low I am not able to read anything...also when trying to change it, it shows Quality unavailable...can anyone please confirm if same issue is being faced?

    • @Trailer_Menia
      @Trailer_Menia ปีที่แล้ว

      Go to settings ---quality of video- select higher quality

    • @akshaykumar786-y4f
      @akshaykumar786-y4f ปีที่แล้ว

      Kaumudi bro check the quality now issue has been solved

  • @m.imranasghar2196
    @m.imranasghar2196 3 ปีที่แล้ว +5

    Hello Ravi,
    can you please make a video like this one but for Python 3?
    Thank you for the quality content.

  • @MohdDanish-kv9sw
    @MohdDanish-kv9sw 2 ปีที่แล้ว +1

    is shell scripting and bash scripting same ???

    • @TechArkit
      @TechArkit  2 ปีที่แล้ว +1

      Not same however they are similar

  • @bommanasrinu421
    @bommanasrinu421 2 ปีที่แล้ว +1

    Is this tutorial enough for apply informatica developer job

    • @TechArkit
      @TechArkit  2 ปีที่แล้ว +1

      I am not sure on the role what your talking about, however for shell scripting it is enough

  • @jessamaebackong9282
    @jessamaebackong9282 3 ปีที่แล้ว +1

    Can any one help me with this.
    Create a shell script that will accept Transaction Range and will generate a CSV report containing the transactions for all accounts. (should return Account No, Full Name (Title||FN||LN), TransactionDate, Amount, Interest, TransactionType).
    a. The procedure will accept From_Date and To_Date. The date entered should be in the format DD/MM/YYYY.
    b. The script should return an error if there are missing inputs.
    c. From_Date input should be less than or equal to To_Date.

    • @TechArkit
      @TechArkit  3 ปีที่แล้ว +1

      Does this records stored in database? If yes you need to use SQL statements/queries to fetch and validate the data.

  • @ankursingh3730
    @ankursingh3730 3 ปีที่แล้ว +1

    Loved it... It's too good

    • @TechArkit
      @TechArkit  3 ปีที่แล้ว +1

      Thank you so much 😀

  • @PaulEllisBIGDATA
    @PaulEllisBIGDATA 3 ปีที่แล้ว +1

    Thank you and love your videos

    • @TechArkit
      @TechArkit  3 ปีที่แล้ว +1

      Glad you like them!

  • @bhavangowda5686
    @bhavangowda5686 3 ปีที่แล้ว +1

    Write a Shell Script to find a file in your server ?
    Here file means any file weather it is txt,sh, or html etc
    And don't know wr the is it is
    Will u please help me bro
    I am waiting for ur reply please

    • @TechArkit
      @TechArkit  3 ปีที่แล้ว +2

      find / -iname "*.txt"

  • @madhuraraghunandana2438
    @madhuraraghunandana2438 2 ปีที่แล้ว +1

    Sir how to start with this. How to download this window

    • @TechArkit
      @TechArkit  2 ปีที่แล้ว +1

      its just a Linux server.

    • @madhuraraghunandana2438
      @madhuraraghunandana2438 2 ปีที่แล้ว

      @@TechArkit sir I have windows os how do I practice scripting there. Please help me. I don't know the abcd of it

  • @mothkot704
    @mothkot704 2 ปีที่แล้ว +1

    how do you do that?

  • @ravindrakaushik6245
    @ravindrakaushik6245 3 ปีที่แล้ว +2

    Thank you very much🙏

    • @TechArkit
      @TechArkit  3 ปีที่แล้ว +2

      Always welcome

  • @jagadeeshdora5987
    @jagadeeshdora5987 3 ปีที่แล้ว +1

    Thanks for your videos. How to connect Oracle and write the scripts on oracle database ? Please add the related video in the comment.

    • @TechArkit
      @TechArkit  3 ปีที่แล้ว +1

      You can using SQLplus.

    • @jagadeeshdora5987
      @jagadeeshdora5987 3 ปีที่แล้ว

      @@TechArkit Can't we connect Oracle from Unix ? I want to execute or compile one .sql script from Unix. Please let me know how can I do this ?

  • @naveenkumarpunna8589
    @naveenkumarpunna8589 2 ปีที่แล้ว +1

    Thank you Brother for clear explanation 😊

    • @TechArkit
      @TechArkit  2 ปีที่แล้ว +2

      You're welcome 😊

  • @Tympass111
    @Tympass111 4 ปีที่แล้ว +2

    Just brush up the shell script concepts.. Contents that you have been covered are just Productive n More informative.👍

  • @ravipt4757
    @ravipt4757 4 ปีที่แล้ว +1

    Hi Ravi..is this tutorial enough to write any kind of shell script?

    • @TechArkit
      @TechArkit  4 ปีที่แล้ว +1

      Yes, if learn and practice perfectly more than enough for writing any kind of scripts.

    • @ravipt4757
      @ravipt4757 4 ปีที่แล้ว

      @@TechArkit ty Ravi for your valuable response

    • @ravipt4757
      @ravipt4757 3 ปีที่แล้ว

      @@TechArkit ty Ravi

  • @code-to-learn
    @code-to-learn 3 ปีที่แล้ว +1

    ❤️Thanks a lot. I was looking for that tutorial

  • @knknareshknk
    @knknareshknk 3 ปีที่แล้ว +1

    Looks like you covered good stuff and in detailed examples. I hope I will complete this and get some knowledge. Thanks for the work.

    • @TechArkit
      @TechArkit  3 ปีที่แล้ว +1

      Thank you, let us know course feedback

  • @premanand86
    @premanand86 4 ปีที่แล้ว +1

    Thank you bro its really helpful us as a Linux system Admin

    • @TechArkit
      @TechArkit  4 ปีที่แล้ว +1

      Glad it helped

  • @aakashpunekar9437
    @aakashpunekar9437 3 ปีที่แล้ว +5

    This is really helpful and quality content with proper understanding of each and every concept and taught really well. Learnt everything really smoothly. 🙏🏼🙏🏼🙏🏼

    • @TechArkit
      @TechArkit  3 ปีที่แล้ว +1

      Glad it was helpful!

  • @ashokkolape7000
    @ashokkolape7000 2 ปีที่แล้ว +1

    Thanks for video bro..this is really help me for doing a shells script in my project ☺️one of the best tutorial for beginners.. ☺️♥️ Thank u so much bro..☺️☺️

  • @nileshmatere1755
    @nileshmatere1755 4 ปีที่แล้ว +1

    Thank you sir. Very useful

    • @TechArkit
      @TechArkit  4 ปีที่แล้ว +1

      So nice of you

  • @ASHISHKUMAR-ss3rj
    @ASHISHKUMAR-ss3rj 4 ปีที่แล้ว +2

    I appreciate your work

  • @yukhymgutman5963
    @yukhymgutman5963 3 ปีที่แล้ว +2

    Once more I thank you very much for great content, Sir!
    Could you please explain what is the propose of "-c" flag on your echo commands?

    • @TechArkit
      @TechArkit  3 ปีที่แล้ว +2

      Formatting the input style.

  • @anishas9118
    @anishas9118 3 ปีที่แล้ว +1

    in linux, if we gave year and month besides the scriptname, like ./scriptname.sh 2021 12, it wants to print like year:2021 month:12
    Please help me!!!!!

    • @TechArkit
      @TechArkit  2 ปีที่แล้ว +1

      pass the command in reverse quote, it will execute in subshell and print the output.
      Example: echo "scriptname`date "+%y"` `date "+%m"`"

    • @anishas9118
      @anishas9118 2 ปีที่แล้ว

      @@TechArkit Thank you ,Sir

  • @readerr5626
    @readerr5626 3 ปีที่แล้ว +1

    Explanation of topic is awesome...
    But instead of providing with 5hrs lengthy video. Dividing in to small units is better

    • @TechArkit
      @TechArkit  3 ปีที่แล้ว +1

      th-cam.com/video/7GNUzvjS_mE/w-d-xo.html

  • @venkateshk.j.117
    @venkateshk.j.117 3 ปีที่แล้ว

    How to create template file I am getting error as no such file or directory

    • @TechArkit
      @TechArkit  3 ปีที่แล้ว

      Please see the series of videos to understand the same. th-cam.com/video/n9UvmprQkK4/w-d-xo.html

  • @xpert5794
    @xpert5794 3 ปีที่แล้ว +1

    Can you please provide note for this whole video ?

    • @TechArkit
      @TechArkit  3 ปีที่แล้ว +1

      Notes are available in GitHub.com/techarkit

  • @prateekkulkarni656
    @prateekkulkarni656 3 ปีที่แล้ว +1

    Sir,Request you to please make a video on shell scripts those are useful for repetative work for a hadoop admin.
    Eg:Checking the status of all datanodes,servives,cleaning up old and unused or unwanted data,custom alerts,running multiple hadoop commamds using a single script.🙏🙏

    • @TechArkit
      @TechArkit  3 ปีที่แล้ว +1

      Noted

    • @prateekkulkarni656
      @prateekkulkarni656 3 ปีที่แล้ว +1

      @@TechArkit Thank you sir.May i get yor email id please to contact you.

    • @TechArkit
      @TechArkit  3 ปีที่แล้ว +2

      @@prateekkulkarni656 aravikumar48@gmail.com

    • @prateekkulkarni656
      @prateekkulkarni656 3 ปีที่แล้ว

      @@TechArkit Thank you sir

  • @nibhapatel836
    @nibhapatel836 3 ปีที่แล้ว +1

    You are doing great..... Thank you so much for this video.... 😊

    • @TechArkit
      @TechArkit  3 ปีที่แล้ว

      Thank you so much 😀

  • @rajanpuri4196
    @rajanpuri4196 4 ปีที่แล้ว +1

    thanks, sir, this video is very useful

    • @TechArkit
      @TechArkit  4 ปีที่แล้ว +1

      Most welcome

  • @deepanshukumar6084
    @deepanshukumar6084 3 ปีที่แล้ว +5

    It's like zero to hero after watching the complete video...

    • @TechArkit
      @TechArkit  3 ปีที่แล้ว +2

      Thank you for watching.

  • @ekambaramsainikhil9301
    @ekambaramsainikhil9301 4 ปีที่แล้ว +3

    Thank you ❤️😊

    • @TechArkit
      @TechArkit  4 ปีที่แล้ว +2

      You’re welcome 😊

  • @MrAimalsultani
    @MrAimalsultani 4 ปีที่แล้ว +1

    Well-Done Man. thanks for the wonderful tutorial.

    • @TechArkit
      @TechArkit  4 ปีที่แล้ว +1

      You're welcome!

  • @MarkJ500
    @MarkJ500 4 ปีที่แล้ว +1

    Thank you very much

    • @TechArkit
      @TechArkit  4 ปีที่แล้ว +1

      You are welcome

  • @wesg01
    @wesg01 4 ปีที่แล้ว +1

    Awesome! Thanks

  • @Tympass111
    @Tympass111 4 ปีที่แล้ว +2

    superb

    • @TechArkit
      @TechArkit  4 ปีที่แล้ว +2

      Thank you! Cheers!

  • @RaviKumartechtutorials
    @RaviKumartechtutorials 4 ปีที่แล้ว +1

    Excellent!

    • @TechArkit
      @TechArkit  4 ปีที่แล้ว +1

      Many thanks!

  • @amitpuri8420
    @amitpuri8420 4 ปีที่แล้ว +1

    Thank you sir for doing this.Very much appreciated.

    • @TechArkit
      @TechArkit  4 ปีที่แล้ว +1

      Very welcome

  • @MohdDanish-kv9sw
    @MohdDanish-kv9sw 2 ปีที่แล้ว +1

    how to download centOS ??? u skipped the whole first step

    • @TechArkit
      @TechArkit  2 ปีที่แล้ว +1

      centos.org/download

  • @vianneytapchom1893
    @vianneytapchom1893 ปีที่แล้ว +1

    Good

  • @pewolo
    @pewolo 2 ปีที่แล้ว +1

    I don't agree with the part that in programming, you have to compile the code to run it. Not all programming languages compile down to byte or machine code before being run. What do you think of web developers who don't necessarily need to compile their code to deploy it?

    • @TechArkit
      @TechArkit  2 ปีที่แล้ว +2

      please re-validate your question and let me know.

  • @rangabharath4253
    @rangabharath4253 4 ปีที่แล้ว +2

    awesome

  • @arijitmukherjee5722
    @arijitmukherjee5722 4 ปีที่แล้ว +1

    thank u sir..

    • @TechArkit
      @TechArkit  4 ปีที่แล้ว +1

      So nice of you

  • @naviverma3770
    @naviverma3770 3 ปีที่แล้ว +1

    LEGEND😇

  • @dn2358
    @dn2358 4 ปีที่แล้ว +1

    Amazing. Thanks for this 🙏

    • @TechArkit
      @TechArkit  4 ปีที่แล้ว +1

      My pleasure!

  • @manishthali5923
    @manishthali5923 4 ปีที่แล้ว +1

    Hii Sir, also please create Advance Shell scripting video 🙏🙏🙏

    • @TechArkit
      @TechArkit  4 ปีที่แล้ว +2

      Okay, will do

  • @PratapSingh-pl8xs
    @PratapSingh-pl8xs 2 ปีที่แล้ว +1

    Very well explanation and tutorial with use cases... one of the best content on shell scripting. Good job and thanks for making it.

  • @davidlu1003
    @davidlu1003 4 หลายเดือนก่อน

    My study Secret Recipe is simple, just 3 words-repeating until overfitted. lol

  • @SandyLearner
    @SandyLearner 4 ปีที่แล้ว +2

    AWK and SED usage need to be add

    • @TechArkit
      @TechArkit  4 ปีที่แล้ว +2

      It's an same playlist

  • @nitinpatil869
    @nitinpatil869 3 ปีที่แล้ว +1

    Hi Ravi Kumar,
    The uploaded content is so good and very much informative thanks for it.
    Still, I haven't watched fully still few more hours left out.
    I have observed 2 things here,
    1. While creating the template also we can add this line chmod 755 $file.sh so that we will not be worried about giving the executable permission to the files.
    2. During the relational operators topic you have mentioned the wrong symbols for le [].

  • @sivashankar2814
    @sivashankar2814 ปีที่แล้ว +1

    #LearnByDoing

  • @VijayKumar-ek7wn
    @VijayKumar-ek7wn 4 ปีที่แล้ว +1

    👍🙏

  • @rsreejit531
    @rsreejit531 3 ปีที่แล้ว +2

    without explaining anything you are just wrting your codes..seems like you are doing for yourself

    • @TechArkit
      @TechArkit  3 ปีที่แล้ว

      th-cam.com/play/PL8cE5Nxf6M6b8qW7CSMsdKbEsPdG9pWfu.html check this play with slow explanation.

  • @michgingras
    @michgingras 2 ปีที่แล้ว +2

    cmon man you don't speak english stop pretending boy, indians sound like guitars falling of a cliff, i mean i am sure you are a great guy, but my ears are protesting against this !

    • @TechArkit
      @TechArkit  2 ปีที่แล้ว +2

      Play video in 0.5 Speed