Это видео недоступно.
Сожалеем об этом.

Essential Terminal Commands - As Fast As Possible

Поделиться
HTML-код
  • Опубликовано: 31 июл 2024
  • In this video I am going to be sharing with you essential terminal commands that all developers need to know! This is just going to be a fast overview of all of the most commonly used Bash commands. Hopefully this will refresh your memory or you learn a few new things!
    💻 ProgrammingExpert is the best platform to learn how to code and become a software engineer as fast as possible! Check it out here: programmingexpert.io/tim and use code "tim" for a discount!
    📄 Resources 📄
    Download Git Bash: git-scm.com/downloads
    Linux For Programmers (Tutorial Series): • Linux for Programmers ...
    ⭐️ Timestamps ⭐️
    00:00 | Introduction
    00:45 | Operating System Terminals
    01:41 | Environment Overview
    02:35 | pwd
    03:10 | cd
    03:46 | clear
    04:06 | ls
    05:25 | mkdir
    05:58 | touch
    07:00 | mv
    08:06 | cp
    11:04 | rm
    11:54 | sudo
    12:35 | cat
    13:09 | head & tail
    14:21 | grep
    14:54 | find
    16:09 | Conclusion
    ◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️
    👕 Merchandise: teespring.com/stores/tech-wit...
    📸 Instagram: / tech_with_tim
    📱 Twitter: / techwithtimm
    ⭐ Discord: / discord
    📝 LinkedIn: / tim-ruscica-82631b179
    🌎 Website: techwithtim.net
    📂 GitHub: github.com/techwithtim
    🔊 Podcast: anchor.fm/tech-with-tim
    🎬 My RUclips Gear: www.techwithtim.net/gear/
    💵 One-Time Donations: www.paypal.com/donate?hosted_...
    💰 Patreon: / techwithtim
    ◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️
    ⭐️ Tags ⭐️
    - Tech With Tim
    - Essential Terminal Commands
    - Terminal Commands
    - Command Prompt
    - Best Terminal Commands
    ⭐️ Hashtags ⭐️
    #TechWithTim #Terminal #Coding

Комментарии • 54

  • @Lumindeas
    @Lumindeas 2 года назад +1

    Hey Tim, just found your channel a couple of weeks ago and it's been great! I'm in the middle of changing careers and pairing your vids with the likes of Prof Messer, David Bombal, and others has been a godsend. Thank you so much for sharing. Hope you have a great week!

  • @FootballRealmHD
    @FootballRealmHD 2 года назад +3

    Tim, you're a legend! I learn a lot from you. I like your concept of teaching, and it's understandable. Thank you and have a nice day! ❤

  • @Tuwakan
    @Tuwakan 2 года назад +1

    Thank you Tim. All ways great seeing new helpful videos.

  • @Infinite_408
    @Infinite_408 2 года назад +2

    Oh man I remember while back when you had like 20k subscribers...... you grew so fast .... also you taught me soo much. I just want to say THANK YOU .

  • @chatgpt331
    @chatgpt331 2 года назад

    This is your 3rd video I'm watching.. Got my respect bro... Subscribed!!
    Waiting for your more great tutorials

  • @myJapanTV013
    @myJapanTV013 2 года назад +2

    You’re great Tim. Loved this video and very helpful.

  • @Siddhesh1123
    @Siddhesh1123 2 года назад +3

    This was very useful Tim! Thanks, as useful!! ;)

  • @McEiche
    @McEiche 2 года назад

    Thank you so much. I totaly forgot some of those commands

  • @MrTobiization
    @MrTobiization 2 года назад +7

    Actually touch does, what its name suggests: it touches a file and thus modifies the timestamp
    However if there is no file with the given name, that file is created.

  • @lawlit450
    @lawlit450 2 года назад +1

    Thanks for this really ❤

  • @Child0ne
    @Child0ne 2 года назад +1

    Thanks Tim!

  • @top-notch-tech
    @top-notch-tech 2 года назад +18

    I've come across a few better tools to use on the command line. To view a file I now use the bat command and I substituted my grep command with a new cli tool called peco. Peco let's you do fuzzy finding on any content while you type. Great video by the way and top notch quality as always, thanks Tim.

  • @pocketp0ck717
    @pocketp0ck717 2 года назад

    Great video 👍🏽❗️

  • @danceswithdirt7197
    @danceswithdirt7197 2 года назад +1

    I just wanted to comment and say I think your new title graphics and logo are pretty slick. This is a great video for people new to the cli. Once a person discovers things like pipes and redirection and how to read man pages then their knowledge starts growing exponentially. I've been using Linux for over 20 years and my best unsolicited advice would be just to have fun with it (because computing is fun).

  • @aayushrajbhar1029
    @aayushrajbhar1029 2 года назад +1

    Thanks again😉

  • @nick-amoi
    @nick-amoi 2 года назад +11

    Also, one of the most important commands in bash is the "man" command. When you type "man" and then the name of the command it shows a documentation of this command and the different flags and arguments you can pass to it. An example for this is "man ls" and it will show the different options for ls command

    • @TechWithTim
      @TechWithTim  2 года назад +8

      Very true but unfortunately doesn’t work in git bash

    • @nick-amoi
      @nick-amoi 2 года назад +1

      @@TechWithTim Oh, ok. I use wsl and it has all the commands you can find on Linux. Despite that, your video was very very good. Hood job and keep it up

    • @Just2Dimes
      @Just2Dimes 2 года назад

      Look up 'tldr'. Will save a lot of time reading man documentation, which can sometimes take some time to scan for what you need. I always check tldr first and then the man pages if I need to know more about a command line utility

  • @stevenkies802
    @stevenkies802 2 года назад +2

    This takes me back to the 80's when Windows was still optional and you could get a command line on a Unix server.

  • @maneth3448
    @maneth3448 2 года назад +2

    cool as usual 😀

  • @stanleymbah8983
    @stanleymbah8983 2 года назад

    Powerful Tutorial

  • @MuStevenPlay
    @MuStevenPlay 2 года назад

    The "file" command is also a good one!

  • @dansilverrosalesaguilar3994
    @dansilverrosalesaguilar3994 2 года назад +2

    Great!

  • @TheFootballPlaya
    @TheFootballPlaya 2 года назад

    yes, absolutely, a good thing to know. as well as *make* with Makefile, might not be as relevant in python, but if you're using a compiled language, this is a must. know about targets and .PHONY and all. very useful.

  • @pravachanpatra4012
    @pravachanpatra4012 2 года назад

    Tim you should do AP test prep for AP Computer Science Principles.

  • @natyacodes
    @natyacodes 2 года назад

    super useful :0

  • @EricSchmeling
    @EricSchmeling 2 года назад

    There is also WSL on windows which lets you run gnu/Linux commands in a terminal.

  • @alastormoody7966
    @alastormoody7966 2 года назад +1

    udemy created bots to dislike this video, hahahahaaa, great job, keep up bro!!!!.

  • @sloughpacman
    @sloughpacman 2 года назад

    Nice vid. 15:30 was not regex, just a bash wildcard.

  • @Kira-tq1wb
    @Kira-tq1wb 2 года назад +1

    POG

  • @shanesmith5472
    @shanesmith5472 2 года назад

    I just moved to a macos and feel like Im being pulled back into Windows 11. Is Windows 11 ARM still good for practicing? Wondering if I should setup a VM or get my laptop back up and running.

  • @elenacook8259
    @elenacook8259 2 года назад +1

    Hi Tim, thank you for the video! This might seem like a stupid question, but why are these command lines used when we can just use File Explorer to change the name of a file or choose/view a different directory/file? (I am new to coding as you can probably guess!!)

    • @davidjoy5673
      @davidjoy5673 2 года назад +2

      Speed and ease of navigation. You’ll spend 1/4 of the time you’ll use with file explorer using terminal and commands

    • @elenacook8259
      @elenacook8259 2 года назад

      @@davidjoy5673 thank you 😊

    • @shahrukhs1637
      @shahrukhs1637 2 года назад +1

      Ease of access, navigation, among other things. You can set permissions, users and groups and everything else from CLI. Also, many a times there are situations like there isn't a desktop(GUI) installed. In that case all you have is the command line.g

    • @elenacook8259
      @elenacook8259 2 года назад

      @@shahrukhs1637 thanks!

  • @oscarcolon6082
    @oscarcolon6082 2 года назад +1

    EARLY GANG 💯💪🏽

  • @markmadhukar9011
    @markmadhukar9011 2 года назад +1

    hello there!!!

  • @tcgvsocg1458
    @tcgvsocg1458 2 года назад

    thx a lot!
    1000like in one day is correct.

  • @alchenerd
    @alchenerd 2 года назад

    "As fast as possible"
    16:47
    Oh my

  • @Stelaninja
    @Stelaninja 2 года назад

    The weird behaviour when copying files into the Logs directory is probably caused by Windows not having a case sensitive file system.

  • @halowaffles
    @halowaffles 2 года назад

    13:33 for *_forehead_*

  • @grandmaster5585
    @grandmaster5585 2 года назад

    I need some help

  • @krtirtho
    @krtirtho 2 года назад +1

    git-bash but not in Windows Terminal? One word, *caveman*

  • @techbhanucomputer4389
    @techbhanucomputer4389 2 года назад +1

    6th comment

  • @HTWwpzIuqaObMt
    @HTWwpzIuqaObMt 2 года назад

    I just use bash on windows no need for git bash

  • @grandmaster5585
    @grandmaster5585 2 года назад

    I NEED SOME HELP

  • @mohammadsteitieh5673
    @mohammadsteitieh5673 2 года назад

    Carleton > UOttawa

  • @grandmaster5585
    @grandmaster5585 2 года назад

    I need some help