Shell Scripting Tutorial for Beginners 2 - using Variables and Comments

  Рет қаралды 549,398

ProgrammingKnowledge

ProgrammingKnowledge

Күн бұрын

Пікірлер: 96
@sanjaybhatikar
@sanjaybhatikar 4 жыл бұрын
Nice video! I searched high and low for good shell scripting tutorials to automate jobs on my Raspberry Pi. Some tutorials were too fragmented and others dragged in too much extraneous stuff. Your series is a godsend. Thank you and keep up the good work.
@thelazyboness
@thelazyboness 6 жыл бұрын
First of all thanks for such neat and clean explanation !!! Your videos are really helpful for beginners .....I must say - Good Job !! You can add one more point in this video about types of comment because we have two types of comment - single line and multi line . Single line you taught but you forgot to talk about the multi line comment I guess . Well I will add here no problem ------- Multi line comment is noting but you can skip few lines to execute or you can write multi line notes to explain program like below -------------------------------------- #! /bin/bash echo "This is first line"
@chetansingh7936
@chetansingh7936 4 жыл бұрын
Thanks
@HendersonHarrisson
@HendersonHarrisson 3 жыл бұрын
Thanks!
@HarshRaj-gj9iv
@HarshRaj-gj9iv 8 күн бұрын
Thanks.. saw it for the first time
@ThePRINCEBARPAGA
@ThePRINCEBARPAGA 6 жыл бұрын
Nice video, I think you should gone in depth. For example illustrating and example how to store multiple values. For anyone reading this, if you want to store mutliple values in a variable like then you need to use " " to store, like (myvar="Hello Wolrd"). If you just declare it as (myvar= Hello World) then it will only print (Hello). I hope this helps.
@shahrukhjaved786
@shahrukhjaved786 3 жыл бұрын
exactly more details are needed on this topic
@gurpreetkhurana3597
@gurpreetkhurana3597 2 жыл бұрын
Hello
@chandandhapke4209
@chandandhapke4209 2 жыл бұрын
😅😅popp❤ my om bbbbkbffffesuss
@0493007
@0493007 7 жыл бұрын
please keep uploading regularly !! thanks for your efforts.
@geethapenna4985
@geethapenna4985 5 жыл бұрын
Clear and excellent tutorials for beginners - thanks.
@tejaswimomsprincess5272
@tejaswimomsprincess5272 4 ай бұрын
Thank you 👍 its very helpful 😌
@nileshpatil4683
@nileshpatil4683 2 жыл бұрын
Thanks sir. Very easy learning from you.
@narendranrammudo6726
@narendranrammudo6726 9 ай бұрын
who is watching in 2024 ? shell scripting will not get old
@TonyShasta
@TonyShasta 8 ай бұрын
Thanks for sharing this. I was wondering if this tutorial would be outdated.
@aayush5760
@aayush5760 6 ай бұрын
just started
@sunilkurnella73
@sunilkurnella73 3 жыл бұрын
nice video and fully clarity detailed who ever give detailed information so very thanks
@sshiv908
@sshiv908 6 жыл бұрын
well done.being a beginner,i really liked it.
@kmkapil90
@kmkapil90 6 жыл бұрын
yes bro u r teaching in a perfect manner. please upload more videos lk this to learn more 😍😍😍😍
@PK-wk3on
@PK-wk3on 2 жыл бұрын
Loved your content !!!
@arrestedmoments667
@arrestedmoments667 6 жыл бұрын
So for best tutorial on youtube.
@mathooshanthayaparan8169
@mathooshanthayaparan8169 3 жыл бұрын
Great tutorials!!!! Hats off
@malwaredev33
@malwaredev33 Жыл бұрын
Nice video very Informative
@maihuire11
@maihuire11 3 жыл бұрын
Excelente videotutorial de Shell Scripting.
@BijuuVitamin
@BijuuVitamin 2 ай бұрын
Nice video. Still in 2024❤🎉
@technicalresi5451
@technicalresi5451 Жыл бұрын
Very nice 😊❤
@dineshn739
@dineshn739 2 жыл бұрын
Ima download it thanks for sharing!!
@ajayprajapati2453
@ajayprajapati2453 5 жыл бұрын
thank you so much!!!Really nice video for learning.
@kandpalpreeti1
@kandpalpreeti1 5 жыл бұрын
Thanks for such good tutorials. show serial interfacing tutorial pls.
@mohansai3015
@mohansai3015 Жыл бұрын
Nice explanation
@kesavakumar9768
@kesavakumar9768 7 жыл бұрын
sir your tutorials helped me a lot ,,, im learning php,,,, why dont you make tutorials on OOPs and MVC concept in PHP,, consider its a request
@fads4u123
@fads4u123 7 жыл бұрын
nice and simple to understand
@mbv_1
@mbv_1 4 жыл бұрын
Why did he used quotes for 'echo "Hello World"', and don't use quotes for 'echo The name is $name'?
@allancedric9634
@allancedric9634 4 жыл бұрын
Both ways work: echo $name / echo "$name" You have to be careful with it: echo '$name' This command will print $name, not the value.
@lunaivanov3215
@lunaivanov3215 4 жыл бұрын
I was wondering the same thing. Thank you, and Allan Cedrid :)
@sushantpatil4193
@sushantpatil4193 Жыл бұрын
Nice vidio 👍
@senisha9976
@senisha9976 6 жыл бұрын
just wondering, how you are executing 'clear' command with a wrong spelling 'claer'? please share this, I also want to change the spellings of system commands. regards, Nisha Verma.
@anirudhc426
@anirudhc426 6 жыл бұрын
I think the video is just edited, at 9:49 you can see that a command not found error is displayed :)
@mandeep259
@mandeep259 3 жыл бұрын
You can also use ctrl+l to clear the screen.
@kaz372
@kaz372 4 жыл бұрын
$ env in terminal to get the full list of environment variables
@katiescroggins5692
@katiescroggins5692 2 жыл бұрын
thank you!
@Andrzej3935
@Andrzej3935 11 ай бұрын
Thanks!
@ahmetkarakartal9563
@ahmetkarakartal9563 Жыл бұрын
thank you so much
@omprakashmn
@omprakashmn 6 жыл бұрын
Awesome bro
@Conqueroru
@Conqueroru 6 жыл бұрын
Subscribed!
@kmSaifullah
@kmSaifullah 3 жыл бұрын
Why my user defined variables does not show any result in the terminal?
@josephkamau8643
@josephkamau8643 5 жыл бұрын
how do save a shell.....how do i put that multiplication after + because in my keyboard its a star while changing the mode
@subbaramaiah59
@subbaramaiah59 4 жыл бұрын
Hi I am using macbookpro is it working unix or shall I install ubuntu
@poojashiraguppi5859
@poojashiraguppi5859 3 ай бұрын
Useful
@ziyadkader6767
@ziyadkader6767 7 жыл бұрын
great video , whats the name of the font used ?
@tarquinthrax7203
@tarquinthrax7203 7 жыл бұрын
I believe the font is called Menlo. That's what my terminal is using, and my font looks exactly like his. Mine is Menlo regular 13 pt.
@prasannakumar4904
@prasannakumar4904 5 жыл бұрын
Thanks
@mohamadalasaed
@mohamadalasaed 3 жыл бұрын
thank you
@nimanthipeiris3378
@nimanthipeiris3378 6 жыл бұрын
This video series is very useful and could I contact you in another social media.
@jaideepshah7444
@jaideepshah7444 6 жыл бұрын
Great !
@arunprasadr7347
@arunprasadr7347 7 жыл бұрын
hi nice tutorial thanks for ur awesome efforts, i have a small query. In the user-defined variable, if i assign name=Mark Ben it throwing an error "Ben command not found", please help me out from this... thanks in Adv...
@mariamhassan834
@mariamhassan834 7 жыл бұрын
Have you tried using speech marks and writing it like name="mark ben"
@arunprasadr7347
@arunprasadr7347 7 жыл бұрын
Mariam Hassan yes....It works
@prashantupadhyay6019
@prashantupadhyay6019 3 жыл бұрын
Great!! Can you please tell how to pass csv file name as argument and sort
@prabhpreetkaur7758
@prabhpreetkaur7758 5 жыл бұрын
Hey, can you mention some of the links of the cheatsheets or tutorials on shell scripting!
@kaushiknath3957
@kaushiknath3957 2 жыл бұрын
sir, when i am wriitng name = max and then using echo $name, it is showing my command is not found.
@chopan6777
@chopan6777 2 жыл бұрын
Hello, you must write it without spaces inbetween Instead of "name = max", you must write it like this: "name=max"
@abinayaperumal2571
@abinayaperumal2571 5 жыл бұрын
What is the meaning of $1. Why the value change to 0val?
@tik_tok_comedy8194
@tik_tok_comedy8194 4 жыл бұрын
Sir how I create a simple login, logout, register ,hello file and connect to DB using Shell scripting or bash scripting
@irwinpalomo7212
@irwinpalomo7212 7 жыл бұрын
Gracias!
@cherry_36
@cherry_36 6 жыл бұрын
am i seeing things or the spellings of "clear" just changed? he used claer and it fuckin worked????
@gopikaprabha2602
@gopikaprabha2602 2 жыл бұрын
Wat about varnumber like Val10???
@uptodate8888
@uptodate8888 6 жыл бұрын
Sir if we are providing first line like '#! /bin/bash' that means whole line should be commented so why we mentioning this line.
@anirudhc426
@anirudhc426 6 жыл бұрын
I don't think #! counts as a comment because of the exclamatory mark.
@dwiindraprasetia3658
@dwiindraprasetia3658 4 жыл бұрын
I like it
@imtiyaz5775
@imtiyaz5775 6 жыл бұрын
Can u tel me like why we r using these commands in our scripts like - $ , ./ , -
@signedin0099
@signedin0099 4 жыл бұрын
Something odd with clear spelling u r typing claer
@DEI-HIRE
@DEI-HIRE 7 жыл бұрын
8:35 why take the time to show an error scenario few if any will make, just to prove it won't work? if u even have to mention such a scenario, just say it won't work u don't have to prove it.
@mjjm3111
@mjjm3111 6 жыл бұрын
Learn to appreciate or buzz off..His explanation is in detail.
@LalatenduSwain
@LalatenduSwain 4 жыл бұрын
Best
@fit_gaurav009
@fit_gaurav009 4 жыл бұрын
can you please tell how to use shell script in windows 10
@shellgenius
@shellgenius 2 жыл бұрын
In depth more
@FaisalJavid
@FaisalJavid 5 жыл бұрын
Help: Subscribers/Users.!!! After learning this series where can/will i use this. And for what purpose i can use scripting? it seem like a programming language to me.!!!
@sumanpalisetty6096
@sumanpalisetty6096 4 жыл бұрын
you can use it for Splunk
@ShubhamRai06
@ShubhamRai06 4 жыл бұрын
you can use it for big data purpose
@praveenkumar5261
@praveenkumar5261 5 жыл бұрын
it is giving me command not found error when i use name = Mark (on this line)
@FaisalJavid
@FaisalJavid 5 жыл бұрын
remove the space , write it as name=Mark it will work
@prasanthn8999
@prasanthn8999 6 жыл бұрын
three types of shell variables are available......not 2
@mohmmedabd-alrazaq3913
@mohmmedabd-alrazaq3913 7 жыл бұрын
can you make more vedios about c++ form application
@sudhakarpolitech
@sudhakarpolitech 6 жыл бұрын
its a unix shell or ubuntu shell
@davelang68
@davelang68 6 жыл бұрын
thank you but the spelling errors make it confusing
@ajinkyagadge5985
@ajinkyagadge5985 4 жыл бұрын
Good videos but too much Adds.
@GOODBOY-vt1cf
@GOODBOY-vt1cf 3 жыл бұрын
8:02
@achin4140
@achin4140 7 жыл бұрын
i beg you sir please i am crying please tell • Enterprise Java Beans Architecture. • EJB roles, Types of EJB’s • Stateless and State full Session Beans • Entity Beans • Container Managed Persistence and Bean Managed Persistence • Deploying an Enterprise Java Beans Object.
@saadbaig3060
@saadbaig3060 5 жыл бұрын
Add a public reply.
@saikrishna8513
@saikrishna8513 2 жыл бұрын
bro can i get any notes
@rahulchowdhury3997
@rahulchowdhury3997 2 жыл бұрын
name=Jeff echo My name is $name
@Lita1
@Lita1 2 жыл бұрын
yeeeeeeee
@Draven1334
@Draven1334 6 жыл бұрын
Clean not like other videos is just ummmmm uhhhh or 5 minutes of introductions
@KajalJadhav-lj5vs
@KajalJadhav-lj5vs Жыл бұрын
🧐
@54390517
@54390517 6 жыл бұрын
i dont know, okay! you tell me if its right or not! stop asking me "right?" !
Shell Scripting Tutorial for Beginners 3 - Read User Input
11:31
ProgrammingKnowledge
Рет қаралды 465 М.
Shell Scripting Tutorial for Beginners 1 -  Introduction
11:46
ProgrammingKnowledge
Рет қаралды 1,5 МЛН
Что-что Мурсдей говорит? 💭 #симбочка #симба #мурсдей
00:19
My scorpion was taken away from me 😢
00:55
TyphoonFast 5
Рет қаралды 2,7 МЛН
Bash Scripting Tutorial for Beginners
47:57
freeCodeCamp.org
Рет қаралды 561 М.
Shell Scripting Tutorial for Beginners 4 - Pass Arguments to a Bash-Script
8:35
Shell Scripting for Absolute Beginners | Learn in 3 hours | Start from Zero
2:52:48
Shell Scripting Tutorial for Beginners 6 - File test operators
10:30
ProgrammingKnowledge
Рет қаралды 230 М.