The entire series is so helpful!!! The recording so crisp and clear and description of the things just as much it is needed for an intermediate linux user like me. Excellent work Jason!
@marcgrondin654 жыл бұрын
Just wanted to thank you .. I had been out of the programming "game" for a while, but a change at my workplace threw me back in. Your video series on Bash-Scripting 1-3 really helped. If you did (had done others) I would have viewed them also - pronto. Well done !!
@keshavboodhun5625 жыл бұрын
Simple and efficient In less than 1 hour we can say we learn the basics of bash scripting
@cominup856 жыл бұрын
Thanks for all these videos. They've been very helpful.
@HunterHunter1505 жыл бұрын
Thanks for the study material! Really great Linux series!
@beeflat28966 жыл бұрын
3:39 I heard you hiccup. Anyways these videos are super helpful! I'm learning so much. Going to take my Linux Essentials exam tomorrow.
@ronaldfradet40337 жыл бұрын
Excellent example everything was clear and concise
@paulkuhn25445 жыл бұрын
These are great. I sometimes have to write scripts or maintain them . And it's kind of frustrating try to figure them out. Like what does (()) do or ${@} mean but now I have a much better understanding of this . Thanks again.
@mirzababar78004 жыл бұрын
Amazing teacher
@PiyushChauhan20113 жыл бұрын
Was wondering if there is any way to resolve floating point error in this expression? `echo $((0.1+0.2))` => `0.30000000000000004` (output)
@briannielsen20027 жыл бұрын
Appreciate your tutorials!
@robertpendergast26208 жыл бұрын
Hi. I recently built Sentdex's original robot using python. Could the software be written in Bash instead? Thanks.
@Tech.Library4 жыл бұрын
Probably in perl
@ulysses_grant9 жыл бұрын
Interesting, so no need to use semicolons! Great series of videos. Thank you so much!
@TraceguyRune9 жыл бұрын
+Ulisses Piassa A lot of languages use no semi colons
@ulysses_grant9 жыл бұрын
Yeah, I know... I program in Lua, and it doesn't require semicolons too.
@mariuschirila28318 жыл бұрын
thanks dude you explain like no wan explay the for loop thx
@aditya_rj8 жыл бұрын
where to go after this??
@raintheory33907 жыл бұрын
o'rielly has some really good books on this stuff. i got 17 of their books about a year ago on humble bundle for $15.
@raintheory33907 жыл бұрын
shoot me an email, my username at hotmail.com....
@peachyspalace7 жыл бұрын
If I could super like this I would
@womeninmovesolutionschanne10655 жыл бұрын
Thanks
@punisher92707 жыл бұрын
#print out sequence numbers based on user entry number echo "Enter a number:" read No for i in $(seq $No) do echo "value is: $i" done
@A_Lesser_Man4 жыл бұрын
so, bash is a calculator! neat. didn't know that.
@drygordspellweaver87613 жыл бұрын
Maybe I will write a script that can deal with floats. Haha
@PiMpMyCoMpUtEr2 жыл бұрын
real programmers POV : It's an early morning even though the clock says it's not