By far, the most direct and easiest to understand BASH tutorial I've seen. Thank you so much!!!!
@andrewlopez12336 жыл бұрын
this is the most helpful and thorough video about bash that i've seen so far, i am taking and introduction to unix/linux course and the professor is really boring and i hardly understand anything, but this video is just what i need, very clear understandable and detailed. I highly recommend it and i appreciate your hard work. Thank you so very much Jason, and keep making these helpful videos. Thanks again.
@stfudance58504 жыл бұрын
Very clear and detailed descriptions with definitions. Thank you!
@jackfrasiercomedy59428 жыл бұрын
Best explanation of basics ever! I've read books, watched vids, but This was the most accurate and throrough! Well Done!
@malluk41275 жыл бұрын
Once you are in the Vi editor, hit 'i' on your keyboard to start typing. That's the insert mode. Once done typing, :wq Save the file and quit He should have shown this for people who are not familiar with Vi as an editor.
@sauliiit88985 жыл бұрын
damn thanks dude i had problems with this ;dd
@robinhood38415 жыл бұрын
You forgot the Escape *once you done from the typing hit escape to allow you to do the next commands which is :wq
@keshavboodhun5625 жыл бұрын
you can use nano instead, it's faster esc ctrl x y enter
@Typidica4 жыл бұрын
@@robinhood3841 THANK YOU took quite a while to find that lmao
@hyperdragon10134 жыл бұрын
i'm using nano editor
@datag11994 жыл бұрын
Great video! Clear and to the point! Thank you for putting this together.
@FlavaBomb7 жыл бұрын
I don't always take the time to comment on videos, but thought I would for this one. Really usefull stuff... for me personally, you explained everything well and didn't go over things repeatedly, which is often the case in video tutorials where the 'teacher' is not all that proficient. I mearly wanted a refresher on the basics and maybe things I do without knowing my exactly. Thanks for sharing.
@Uneke4 жыл бұрын
Thanks for this! The first one that actually breaks down things right from the beginning and doesn’t do the “hello world” line $(drives/me/crazy) 😂
@jefftokplo9 жыл бұрын
Very good for a beginner like me. Keep up the good work
@simonholmes24775 жыл бұрын
Awesome video, really well explained, thanks
@BeatsByFuller2 жыл бұрын
Just got into IT about 6 months ago and my boss wants me to create a script to uninstall a program across a client. This was so helpful!! Thank you!
@rosya9104 жыл бұрын
Great explanation of bashscript! thanks
@limitless16924 жыл бұрын
Wow i used the Terminal for so long ... And now finaly i get it ... Thanks !
@cizzlen075 жыл бұрын
You sir are a true professional. Thank you greatly for this awesome piece of work. Consider teaching on an online platform, you'd be perfect for it!
@adampax4 жыл бұрын
so clear. thank-you!
@cnabisco9 жыл бұрын
Most helpful and well done video I found
@vonyp60183 жыл бұрын
Great explanation
@hakiinmohamud98529 жыл бұрын
Very good explanations!👌
@joshsavage86597 жыл бұрын
Your Linux series is great!
@Sofia-wj6yo4 жыл бұрын
This is excellent, thank you so so much!
@BlindPigBluesBand4 жыл бұрын
Great video
@caitlingibbons22463 жыл бұрын
The exclamation mark is part of history expansion in bash. You can avoid the backslash (escape) if you use single quotes or a modern version of BASH. Hopefully, this helps.
@justinhernandez40229 жыл бұрын
If you use the command with single quotes, you can finish the echo you wanted. Im sure you know that by now, but for those who dont, its: echo 'Hello!'
@darogajee32867 жыл бұрын
saved my day mann... good..
@bouncesystemofadown90924 жыл бұрын
Superb!
@Darieee7 жыл бұрын
Thanks man ! Awesome video
@TraceguyRune9 жыл бұрын
I agree with 15:26 Please, people, use { and } for your variable!
@hopkinscheddar16178 жыл бұрын
+TraceguyRune why
@reggiegermar72915 жыл бұрын
Its a matter of standardization and easy of use. Using curly brackets { and } would easily find/search that variable on a very long script with too much comments.
@bitelogger8 жыл бұрын
Dude Awesome Video!!!!!!!
@FitnessChaos5 жыл бұрын
very good video on scripting
@ammarm79 жыл бұрын
Thanks so much man - really useful.
@rajasekhar96106 жыл бұрын
Hi....as you told at 8:20 single quotes doesn't have a variable expansion but double quotes has variable expansion that's why ! Not executed.
@christianpaul36516 жыл бұрын
Nice tutorials !
@peteherrera15028 жыл бұрын
Can you copy and paste the contents of your created .sh file above to the description area above so that we can copy it to our computer and play with it.
@unbendedurchin18214 жыл бұрын
No
@arvindmohansk015 жыл бұрын
Please come up with ‘Bash Scripting Basic Part 4’
@Seattlefan776 жыл бұрын
Why can't everybody speak like you. Enunciation, volume, not really monotone. Awesome vid and im only a few minutes in that I learned from another video from another great content creator but who jumps back and forth between material when youre confused "Oh I forgot to mention". And i'm "Oh i'm just having a nervous breakdown"
@Berghiker5 жыл бұрын
How do I make a new bash profile? Command not found on my mac.
@johnniegilkerson47246 жыл бұрын
how do you excape and save the file? @3:09
@meh58125 жыл бұрын
i think its :wq
@brenton3936 жыл бұрын
really helpful!
@kaitsith30819 жыл бұрын
and now all my updates run as one! :)
@robertpendergast26208 жыл бұрын
Well done. Thanks.
@thembelanimsongelwa12648 жыл бұрын
Really helpful thanks
@lokeshvangara25242 жыл бұрын
hi are available can i ask something related to bash scripting
@audreydelgado17619 жыл бұрын
Thank you for the straight forward & useful info. :)
@DimitrovDime6 жыл бұрын
Thanks Richard Hendricks!
@CodingCommanders6 жыл бұрын
Jason is my son's name! Great tutorial!
@zozo-yy2gl4 жыл бұрын
Is your name jay ?
@deletd73683 жыл бұрын
What happens when I try to make a variable like : history.sh #!/bin/bash HISTCONTROL=$(history) When I use ./history.sh it says permission denied, Why?
@AgrimITEducation6 жыл бұрын
nice video ..
@rubym72236 жыл бұрын
When I put any other word like "sl" , that shows the result of ls. What will I do?
@leixiao1694 жыл бұрын
thanks!
@rudyblender93309 жыл бұрын
good job thx
@smssuper11 жыл бұрын
thanks a lot man
@geremachek6 жыл бұрын
echo -e "Hello!" works aswell
@DEI-HIRE7 жыл бұрын
Pro Tip: If you have a link for your followers to go to, it's 100x easier to supply it in the Description Field vs putting it on the video screen for them to manually type out as if it were 1994
@bjflinn16 жыл бұрын
total linux noob here...this is the second video that has done something with vi and I cannot get mine to work like this. It won't let me add hash marks or press escape...so confused on this vi thing
@AssWhole-u6d6 жыл бұрын
Yeah, vi is not for beginners! Try using nano, let me know if that helps. Learning vi/vim is a class on its own. You may still want to watch a nano tutorial to learn the basics before doing this.
@malluk41275 жыл бұрын
That's because Jason did not show how to 'Save' and 'Exit' out of Vi. It's not that hard to learn, but I just cannot understand how he skipped those.
@annapurnamohanty49617 жыл бұрын
Can you pleaae help how do i copy multiple files from one directory to another directory using shell script..i wany to copy 100different extension files from one path to another path in the same server.kindly help.thanks
@TraceguyRune9 жыл бұрын
Do you have advanced tutorials? I want to take my bashing to a whole new level
@shahrukhrahmankhan78606 жыл бұрын
Thanks Friend! Script works on my machine...
@shubhamdelhi48175 жыл бұрын
can you make script i want i have to pay amount
@sn209 жыл бұрын
who would not like this video??? 3 thumbs down???
@sagar357569 жыл бұрын
he did not mention insert mode when writing the shell script, i.e we need to press 'i'. So had to figure out some other reference!. That may be one of the reason some ppl disliked it
@hectorcasiano74696 жыл бұрын
Jason Jason cool cool !!!
@kostasmessinis26717 жыл бұрын
does not work " .sh" what to do?
@MikeM-py2hq7 жыл бұрын
You mean it does not execute? Forgot to change permission perhaps, try chmod.
@randmorf4 жыл бұрын
I had a similar (same?) problem where even after I did a "chmod 775 myscript.sh", the shell would not execute my script without the 'bash' command specified first. I then found that it would work if I added a "./" before the name of my script. So. I suspect the problem is that your current directory is not in the Linux search path (try: "echo $PATH" and look to see if it is or not). With Raspbian Linux, it is not, so you can use the following command to make your home directory part of the search path: export PATH=\$PATH:$(pwd) If you now "echo $PATH" it should show something like: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games:/home/pi Now you should be able to execute your shell script by just entering it's file name, assuming it is saved in your home directory (e.g. /home/pi on a Raspberry Pi).
@SupGhostly7 жыл бұрын
Insert mode? How do you enter insert mode?
@sonicx70987 жыл бұрын
Eric i I, a A , s, r R
@johnniegilkerson47246 жыл бұрын
I can't type anything in. what is insert mode?
@johnniegilkerson47246 жыл бұрын
press i
@jasonworingen84316 жыл бұрын
Mr. Wertz is making the same mistake most teachers do, which is starting slow and then performing a "brain dump" in a very fast manor. This commonly assumes students will have a background in whatever is being explained. This is fine for an intermediate or advanced video, NOT a beginner level.
@poli27303 жыл бұрын
I wanted to cycle though the possibiliets whrn pressing TAB not displaying the again this dumb list
@AssWhole-u6d6 жыл бұрын
I prefer cmd on windows, this looks kinda cool though.
@hanx39265 жыл бұрын
how to write the script? how to save? how to run? If you don't show these, this is not a video for beginner.....
@rodsmade3 жыл бұрын
fellow 42 pisciners/basecampers, unite!
@DocHallenstein8 жыл бұрын
Too fast for me as a beginner. Thanks.
@cemreacar88394 жыл бұрын
Blog can be helpful for you ; www.cemreacar.com/blog