Lecture 1: Course Overview + The Shell (2020)

719,066
0
Published 2020-02-01

All Comments (21)
  • @litchyarn
    6:04 shell prompt 6:32 curstermizing shell 7:03 $date 7:19 $echo 7:29 $echo hello 7:46 $echo "Hello world" 8:41 10:01 environment variable 10:17 $echo $PATH 11:01 $ which echo 12:30 relative path 12:50 $pwd (print working directory) 13:24 cd /home (change my directory) 13:58 dot 15:03 ../../../../../ 16:20 $ls 17:15 ~ tild 17:36 - dash $ cd - 20:09 d means directory 21:32 read, write, execute 24:32 mv (rename, move) 25:20 cp (copy from, to) 25:50 rm (remove) 26:15 rmdir, mkdir (remove directory, make directory) 26:50 man (manual) 27:55 Ctrl+L (clear shall) 28:30 input and output 29:30 $echo hello > hello.txt 29:59 $cat hello.txt 30:10 $cat < hello.txt 30:43 $cat < hello.txt > hello2.txt 31:15 $>>^C 31:50 pipe 32:20 tail $tail -nl $ls -l / | tail -nl $ls -l / | tail -nl > ls.txt 33:35 curl curl --head --silent google.com curl --head --silent google.com | grep -i content-length curl --head --silent google.com | grep -i content-length | cut --delimetr = ' ' -f2 36:39 $sudo (super user) 38:02 $cat brightness $sudo echo 500 > brightness
  • i'm old; i graduated in 1979, way before the www was a thing the fact that i can hop onto youtube and drop into a class at MIT like this still blows my mind
  • I feel so dumb at work sometimes. I had to learn these things the hard way, thank you for putting this out there.
  • @cosmos1701
    How they teach and covers the topic is really helpful. I think they are doing great work to post these and their notes over internet for people to use. Regards to the authors.
  • @yixe2253
    These lecture are amazing, thanks for releasing this to the public!
  • @Milbrown_Worker
    Im sad this kind of quality instruction is not commonplace across other post secondary institutions.. I guess it is MIT after all... Thanks for making this available
  • @middleverse3838
    I'm like 15 minutes in, and I'm already thankful to you guys for making this!! For someone who used to be a programmer but left and is now making a comeback, this packs-a-punch.
  • @seonginna8804
    This is a lecture series I have wanted. Thank you MIT!
  • @dhruvgupta8751
    the xdg-open in powershell was just: start worked with pdfs and .html files.
  • great! MIT never ever dissapoints me. Hope this quality of education become a standard in the future in every country.
  • @loremipsum7513
    THIS IS WHAT WE ALL NEEDED. THANK YOU FROM THE BOTTOM OF MY HEART.
  • @sciberbee
    I came to think again, that we are living very hopeful period of time given that these fruitful and friendly lectures from MIT is ready to be watched free, at all around the world:)
  • @fedeac31
    This is awesome. You guys are awesome for sharing it publicly. Everything about this is awesome.
  • @walkastray007
    I'm actually tearing up. I've been trying to learn how to do things and it's been super frustrating and EVERY SINGLE COURSE I have ever seen either teaches you what a variable is. Or has a "google is your best friend" sort of approach. Thank you so much for making these videos
  • @bsko3D
    what a great and generous idea to publish these lectures for everyone. Thank you!
  • @mrmusicdu74
    Why is this in my recommandations and why am I starting to plan to watch the whole courses