15+ Terminal Commands Every Developer Must Know

Поділитися
Вставка
  • Опубліковано 15 гру 2024

КОМЕНТАРІ • 218

  • @KyleLanmon
    @KyleLanmon 3 роки тому +62

    ">" is not the pipe operator. it is the redirect operator. ">>" is redirect and append. "|" is the pipe and it means take STDOUT of the previous program and give it to STDIN of the next program.

    • @TheHegi
      @TheHegi 3 роки тому +4

      Kyle to the rescue I see

    • @CallousCoder
      @CallousCoder 3 роки тому

      Yup indeed!

    • @dave6012
      @dave6012 3 роки тому

      He’s just got functional js on the brain 😂

    • @daniellindegren1182
      @daniellindegren1182 3 роки тому

      He's a Windows user.

    • @CallousCoder
      @CallousCoder 3 роки тому +1

      @@daniellindegren1182 and even on windows piping and redirecting is a thing :)

  • @AleX-pz2cp
    @AleX-pz2cp 3 роки тому +144

    Instead of typing "clear" you can just press Ctrl + L and it clears the terminal.

    • @RickGrimes2099
      @RickGrimes2099 3 роки тому +2

      Wow you told a great command 😂😂😂😂😂

    • @SkuezTech
      @SkuezTech 3 роки тому +21

      noo thats too easy. typing clear feels more hackery

    • @AleX-pz2cp
      @AleX-pz2cp 3 роки тому +1

      @@SkuezTech yeah i feel you

    • @UdayaKumar-fg5in
      @UdayaKumar-fg5in 3 роки тому +2

      Shortcut keys are not advisable when we having command for that

    • @cloudfox1908
      @cloudfox1908 3 роки тому +1

      @@UdayaKumar-fg5in what are you talking about? Why would they not be advised?

  • @kvetoslavnovak423
    @kvetoslavnovak423 3 роки тому +26

    Thank you. It would be great to mention the abbreviations meaning as well. Easier to remember the commands.
    pwd = Print Working Director, ls = List, sudo = Super User Do etc.
    PS: Touch command refers to a Michelangelo’s Creation of Adam painting I guess.

    • @mobbs8229
      @mobbs8229 3 роки тому

      but then your insightful comment put the cherry on top! thank you!

    • @Chalisque
      @Chalisque Рік тому

      I think touch's original intended meaning was just to change the modification/access time of a file, but then, as programmers do, they ask what is the most useful behaviour when touch is given a non-existent file: either 'file not found' or 'create a zero-length file', and the latter won out.

  • @arturomedina2055
    @arturomedina2055 3 роки тому +14

    Doing a video about this topic was a great idea. 👍

  • @pbasicpixel
    @pbasicpixel 3 роки тому +20

    Tip: to re-run the last command with sudo permissions, instead of typing it again, just type "sudo !!"

  • @Chalisque
    @Chalisque Рік тому +2

    One thing where the CLI shines is your ability to define your own shorthands. These could be aliases, or functions, or indeed other scripts written in either bash or python or perl or whatever.

  • @calvinwilson3617
    @calvinwilson3617 3 роки тому +7

    Command line can be confusing, but just remember, all it is doing is running an executable with the name that you put for. The computer keeps an internal list of accepted commands, this is based on you environment variables which are automatically included during installation. Because the executable can only accept text through the command line you just seperate your parameters in a predefined way after the executable name.

  • @edgarasben
    @edgarasben 3 роки тому +2

    "history" is another great command to show a list of all previously typed commands.

  • @bala1000mina
    @bala1000mina Рік тому +1

    Thank you so much Kyle for the very informative and helpful tutorial! God bless and good luck!

  • @mamtaagarwal1009
    @mamtaagarwal1009 3 роки тому +10

    You are the only good developer on youtube who does not use mac. I actually like that you don't use mac.😃

    • @sokoyaadedolapo5321
      @sokoyaadedolapo5321 3 роки тому +2

      Maybe because he's into web development and not mobile app

    • @marcscherzer
      @marcscherzer 3 роки тому +1

      Is Mac Book that good for both Web Development and Mobile App Development?

    • @mamtaagarwal1009
      @mamtaagarwal1009 3 роки тому

      @@marcscherzer If you want to build IOS apps you need a MacBook but otherwise no need

    • @mamtaagarwal1009
      @mamtaagarwal1009 3 роки тому

      @@sokoyaadedolapo5321 Even if you see most of the youtubers who are into web development use macbook

    • @sokoyaadedolapo5321
      @sokoyaadedolapo5321 3 роки тому

      @@marcscherzer you can develop for both iOS and android platform using mac, unlike windows

  • @fregattkapitany2608
    @fregattkapitany2608 3 роки тому +3

    A great summary of the basic commands for the command line! On windows10 in gitbash the man command is not found and cd or cd ~ always change to the home directory not to the one visited previously.

  • @RickGrimes2099
    @RickGrimes2099 3 роки тому +2

    Can't get enough of your videos kyle thank you 🙏🙏🙏

  • @TomDoesTech
    @TomDoesTech 3 роки тому

    If you know these commands, you can also write bash scripts which is extremely useful for automating tasks

  • @vortex3915
    @vortex3915 3 роки тому +7

    Please make a video explaining the types of pixels (maybe there are 3 types) and how media queries work on small phones with high screen resolutions like 2k and 4k and how to make responsive sites for smartphones with such high resolutions

  • @vishalkalansooriya
    @vishalkalansooriya 2 роки тому +2

    If you accidentally forgot to add sudo before running the command, then you can type "sudo !!" to add it to the beginning of the previous command. Also "|" is the pipe command.

  • @MrREALball
    @MrREALball 2 роки тому +2

    17:40 not inside of Linux, but inside of debian/ubuntu/mint repos. There are completely different package managers for other distros.

  • @thelazt16
    @thelazt16 3 роки тому +1

    Well i've been using Linux (Archlinux with AwesomeWM) for almost a year now, and i don't want to go back to windows. I use linux+zsh so it's pretty easy to set it up your liking, and fzf could really come in handy if you want to make custom script and z can take your anywhere you've been, just type "z Project" and it will take you to your last "Project" folder no matter how long the path is, you don't even need to type "Project" just type "Proj" "ject" or any it will take you to the last directory with that keyword.
    Seriously if you haven't tried doing web development in linux TRY IT, it could save you a lot of time, though the time to master it might not be short, though some distro like Mint, Zorin, Pop OS give a Windows like experience so it's a good way to start. If you're already using linux then try switching to Window Managers instead of Desktop Environment (Gnome/KDE), make your own workflow and keybinding since it's gonna be easier to remember them if you're the one who make them.

  • @Schweppese
    @Schweppese 3 роки тому +2

    Well, > is redirect, >> is append and | is the pipe operator but you got the functionality right. Apt is the package manager used by Debian distors, distros like Arch, Fedora, OpenSUSE have their own package managers.

  • @misaelpereira9679
    @misaelpereira9679 2 роки тому

    I did not know the "cd -" command, pretty useful!

  • @fvdham
    @fvdham 3 роки тому +1

    07:35 touch is named touch because it modifies the datetime for existing file

  • @piotrswobodzinski3549
    @piotrswobodzinski3549 3 роки тому +3

    The amount of valuable content you upload is unbelievable

    • @mobbs8229
      @mobbs8229 3 роки тому

      I know right? he really knows great topics to make tutorials for. Definitely underrated!

  • @mrsmith7012
    @mrsmith7012 3 роки тому +1

    Right in time. Thanks.

  • @loreyoungtech
    @loreyoungtech Рік тому

    Amazing content. Thank you👍🏽👍🏽

  • @user-lp8ky5kk4o
    @user-lp8ky5kk4o 3 роки тому +12

    When you learn bash / command line you will be able to code and use your computer so much quicker!

    • @bhumit070
      @bhumit070 3 роки тому +1

      +1

    • @aammssaamm
      @aammssaamm 3 роки тому +2

      What is the benefit? A quicker burn out?

    • @user-lp8ky5kk4o
      @user-lp8ky5kk4o 3 роки тому +1

      @@aammssaamm I feel like I would be more likely to burn out if I *didn't* use bash. It's just so much quicker and easier to just type in a few characters than to have to spend ages clicking through menus and submenus just to do one thing imo, but I guess everyone's different

  • @madhousenetwork
    @madhousenetwork 3 роки тому +6

    4:37 have been using cd command for like 10 years. Never realized it means "change directory" 😂

    • @6500s1
      @6500s1 3 роки тому +1

      what were you thinking, something like the "compact disk" ? :D

    • @madhousenetwork
      @madhousenetwork 3 роки тому +1

      @@6500s1 just thought it was a command 😂

    • @madhousenetwork
      @madhousenetwork 3 роки тому

      @web Dev simplified thank you Kyle. I understood a lot of JS and React concepts from your videos.
      Thanks a lot.

    • @mykalimba
      @mykalimba 3 роки тому

      @@madhousenetwork Dude, this commenter isn't Kyle. It's a spam bot.

    • @madhousenetwork
      @madhousenetwork 3 роки тому

      @@mykalimba oh yeah... Kyle should get verified soon

  • @dave6012
    @dave6012 3 роки тому +2

    I always learn something new, even when it’s a topic I think I already know.

    • @dave6012
      @dave6012 3 роки тому

      Kyle, do you see the spam happening here? 🤦‍♂️🤦‍♂️🤦‍♂️

    • @tsukiiiiiii
      @tsukiiiiiii 3 роки тому

      @@dave6012 That account is trying to impersonate him.

  • @CallousCoder
    @CallousCoder 3 роки тому +7

    apt-get is deprecated apt install is the preferred way. And apt only works on Debian derived systems! Yum is the RedHat/Centos one and SuSe uses zypper

  • @-leovinci
    @-leovinci 3 роки тому

    It's important and useful to know how to invokes commands in your programs(C or node.js or CommonLisp)

  • @Achiesamablog
    @Achiesamablog 3 роки тому +7

    Timely one, just installed ubuntu

  • @XxxclusiveReviews
    @XxxclusiveReviews Рік тому

    Nicely done... goon.. respectfully said Kyle

  • @nsharma4981
    @nsharma4981 3 роки тому +1

    Liked even before viewing, coz this is an underrated but really useful topic. And I have full faith that this video will be much beyond my expectations! :)

  • @sergiogil5124
    @sergiogil5124 3 роки тому

    Thanks bro, I love your videos!

  • @MaxProgramming
    @MaxProgramming 3 роки тому

    To create a file on Windows Powershell, just use the ni command and separate file names with comma

  • @TheBuilder
    @TheBuilder 3 роки тому

    wow thats amazing, they don't teach this kind of stuff in school

  • @sainathreddy1950
    @sainathreddy1950 Рік тому +1

    you can use cmd+k to clear the terminal instead of writing clear

  • @yasseraltamimi6171
    @yasseraltamimi6171 3 роки тому

    Also you can install exa if you're in mac or linux and you'll have much better ls command

  • @vishy6744
    @vishy6744 3 роки тому +2

    VSCode's in-built terminal is soo good!

  • @tularem
    @tularem 3 роки тому

    Another useful command to learn is awk. Also, learn about pipes.

  • @andersonmarquesbsb
    @andersonmarquesbsb 2 роки тому

    Thank you!

  • @King-Gilamashur2758
    @King-Gilamashur2758 2 роки тому

    The other day I saw my senior dev using find and I didn't even know that existed.

  • @CallousCoder
    @CallousCoder 3 роки тому +4

    pwd should be part of your prompt ;)
    It’s the first thing I set, when it isn’t.

  • @xtraszone
    @xtraszone 3 роки тому +1

    Also learn these ones:
    tmux
    htop
    ranger
    watch

  • @saira_anonymous1599
    @saira_anonymous1599 3 роки тому

    Loved this❤️

  • @devgatling
    @devgatling 8 місяців тому

    thanks dude

  • @noozzoo5152
    @noozzoo5152 3 роки тому

    Linux terminal is power. I can't live without it.

    • @092_deepak_kumar3
      @092_deepak_kumar3 3 роки тому

      I think you mean POSIX, it's not a Linux exclusive thing

    • @noozzoo5152
      @noozzoo5152 3 роки тому

      @@092_deepak_kumar3 True, POSIX is the standard. The POSIX implementation in a Bourne Again Shell is complete, but not everything BASH is portable and compatible with other POSIX compliant systems. I guess Linux distros are pretty much compliant, but not certified.

    • @092_deepak_kumar3
      @092_deepak_kumar3 3 роки тому +1

      @@noozzoo5152 they're partially certified as I remember.

  • @akarshraja4189
    @akarshraja4189 3 роки тому +1

    apt-get is not completely for Linux, it's for Debian/Ubuntu-based distros specifically. also, `apt` is preferred over `apt-get`.

  • @arnauddsj-monagencecreative
    @arnauddsj-monagencecreative 3 роки тому

    Thanks a lot !

  • @fernandoflores8449
    @fernandoflores8449 3 роки тому

    Also you can specify a relarive path on ls and it shows the content it that path instead of the current path
    Just sayin so ppl don do cd folder, ls, cd.., and instead just do ls folder

  • @noozzoo5152
    @noozzoo5152 3 роки тому +1

    Ubuntu's ~/.bashrc comes with aliases for ls -al
    alias ll='ls -alF'
    Typing the ll alias is easier.
    I create many aliases, such as booting rails with ssl certs, ssh connections, etc.

  • @74Bagas
    @74Bagas 3 роки тому

    i mean.. indeed i AM noob. but.. but.. i find this video so helpful.

  • @jamest5014
    @jamest5014 3 роки тому +1

    Also, I would use micro instead of nano, it is better but just as easy to use

  • @CallousCoder
    @CallousCoder 3 роки тому

    Use: ls -lh human readable format of sizes

  • @selvamj8077
    @selvamj8077 3 роки тому

    Keep rocking

  • @rahulprajapati8052
    @rahulprajapati8052 3 роки тому

    Thanks this is really helpful.
    One query I have in npm you can change the registry URL for package installation. Like an artifactory URL
    Can we do it in Linux too ?

  • @pharis0
    @pharis0 3 роки тому

    sudo !! to run the last command with sudo without having to enter the whole command again.

  • @birdie123
    @birdie123 3 роки тому

    How about a video on Homebrew?

  • @BryanJenks
    @BryanJenks 3 роки тому +2

    i think you misspelled "vim", looks like you wrote "nano" 🤣️

  • @nickvelos9571
    @nickvelos9571 3 роки тому +8

    Nobody:
    Me: opening vscode just to use the command line

    • @CallousCoder
      @CallousCoder 3 роки тому

      Me, have vi with a terminal :) I programmed whole TCP servers in C++, through telnet on SCO machine in vi. That’s how we GenXers rock!

    • @092_deepak_kumar3
      @092_deepak_kumar3 3 роки тому +2

      @@CallousCoder don't tell them about vi, they will use it in excitement and will stuck there forever.

    • @CallousCoder
      @CallousCoder 3 роки тому +2

      @@092_deepak_kumar3 esc:wq! People 🤪

  • @adithmanu3715
    @adithmanu3715 3 роки тому

    17:30 This works with Ubuntu and Debian Linux
    Doesn't work with Redhat, OpenSuSe

    • @092_deepak_kumar3
      @092_deepak_kumar3 3 роки тому

      Me on Alpine using apk :)

    • @adithmanu3715
      @adithmanu3715 3 роки тому

      @@092_deepak_kumar3 LOL

    • @adithmanu3715
      @adithmanu3715 3 роки тому

      @web Dev simplified For real? Your a scammer, not the real Web Dev Simplified

  • @vengateshm2122
    @vengateshm2122 3 роки тому

    Need a video on git commands.

  • @betoje
    @betoje 3 роки тому

    Kyle, what do you think on using WSL in Windows?

    • @betoje
      @betoje 3 роки тому

      I mean, using WSL (Windows Subsystem for Linux), instead of Git Bash that mentions Kyle at the beginning. I am starting to learn Node.js after HTML/CSS/JS (using Visual Studio Code) and I would like to know if I should install WSL as a prefered environment to continue my learning. Any comment is greatly appreciated

    • @nocentii
      @nocentii 3 роки тому

      @@betoje I've used Windows + Git Bash, Linux (directly) and now I'm using WSL2 and for me, it was a gamechanger to have everything I wanted in one place. It was the same with Windows Terminal

    • @betoje
      @betoje 3 роки тому

      @@nocentii Thanks. I am now using WSL2 and I like it very much. I will also try Windows Terminal 😀

    • @nocentii
      @nocentii 3 роки тому

      @@betoje nice! You can have Powershell 5, 7, Command Prompt, GitBash, WSL and any other terminals you want available to you with Windows Terminal. Just click the arrow and select the terminal you want. - You might need to edit the profiles file to add more terminals. Do a check online for a guide on this

  • @rhyswoolcott
    @rhyswoolcott 3 роки тому +3

    You forgot "sudo rm -r /"

    • @oggy107
      @oggy107 3 роки тому

      lol

    • @CallousCoder
      @CallousCoder 3 роки тому

      At the biggest web site here in the Netherlands, I was an Irix admin (silicon graphics Unix) and I had solved a software issue with the teletext grabber and the nsapi plugin. It was all running and store in svn so time to clean up the dev
      rm -rf ~/rdoetjes /opt/trial/ * and I press enter and I’m like... why is /etc listed?! FUUUUCK! A space had slipped in between the / and *
      CTRL-C “guys, don’t stop anything or it won’t start, I’m gonna fetch last nights tape and restore my Fucking blunder!”
      The great thing with Unix is, as long as it’s running it keeps running without /etc Configs.
      Yeah being root back in the latter half of the 90s was normal especially coding Netscape API shizzel that started as root and then chuid. Now I don’t even know my root password.

  • @srinathsathyanath7435
    @srinathsathyanath7435 3 роки тому

    I've said this and I'll say this again.
    webDevSimplified = Awesomely Useful + promoted to Gold level

  • @loopingdope
    @loopingdope 3 роки тому

    ls is written by stallman? Nice

  • @bhumit070
    @bhumit070 3 роки тому +1

    Kyle I hope you make a viddo on vim too 🙂😅

  • @najneindustrijaliziraniji
    @najneindustrijaliziraniji 10 місяців тому

    It's interesting how almost no one mentions having deprecated commands. This indicates that people are looking without the desire to reproduce the code; I would forbid commenting for such individuals.

  • @yash_verma
    @yash_verma Рік тому

    helpful

  • @xtraszone
    @xtraszone 3 роки тому +5

    I use this command to create new file:
    "> file.txt"

    • @devhypercoder2522
      @devhypercoder2522 3 роки тому +1

      and on zsh, you can do `< file` to see the contents of it :) quite useful

    • @xtraszone
      @xtraszone 3 роки тому

      @@devhypercoder2522 Thanks man

  • @676005ga
    @676005ga 3 роки тому

    It says `bash: man: command not found` after I entered `man ls`

  • @timetorelaxfocus9642
    @timetorelaxfocus9642 3 роки тому

    ls -al
    Get-ChildItem : A parameter cannot be found that matches parameter name 'al'.
    At line:1 char:4

    • @binichs4547
      @binichs4547 3 роки тому +1

      You are probably using PowerShell on Windows? It knows the "ls" command ( sort of ), but not the same options as the Linux equivalent. Just
      typing "ls" gives a similar output as "ls al" on the Linux command line.

    • @CallousCoder
      @CallousCoder 3 роки тому +1

      PowerShell is the cancer of programming languages! JavaScript is the herpes.

  • @viktorshatalov1920
    @viktorshatalov1920 3 роки тому

    Super.

  • @sivasankar5036
    @sivasankar5036 3 роки тому +3

    How much time did you take to achieve perfection in web development??

    • @sacredgeometry
      @sacredgeometry 3 роки тому

      You don't and he is clearly a beginner to intermediate.

    • @sivasankar5036
      @sivasankar5036 3 роки тому

      @@sacredgeometry so atleast I want to know the time taken by him to reach that level.

    • @blasttrash
      @blasttrash 3 роки тому

      @Sean V coz he doesnt know the difference between redirect and pipe operators. this is something that's taught in 1st or 2nd year of CS curriculum in intro to linux/unix course.

  • @jamest5014
    @jamest5014 3 роки тому

    If on Linux you should defiantly look at using Fish instead of bash

    • @vladislavglad6596
      @vladislavglad6596 3 роки тому

      Why? I have no problem using bash.

    • @jamest5014
      @jamest5014 3 роки тому

      @@vladislavglad6596 Bash is not bad but fish is just better

    • @vladislavglad6596
      @vladislavglad6596 3 роки тому

      @@jamest5014 if you could please explain the "better" part a bit more

    • @jamest5014
      @jamest5014 3 роки тому +2

      @@vladislavglad6596 Fish has syntax highlighting, genuinely good auto completion and helpful suggestions and it is a far nicer language to do scripting in (the syntax is much nicer).

    • @aserillll
      @aserillll 3 роки тому +1

      @@jamest5014 fish is not posix compliant, and all those fancy features are easy to add to something like bash or zsh (which are posix compliant)
      Fish doesn’t just add features, it removes them as well.

  • @mykalimba
    @mykalimba 3 роки тому

    I've seen maybe hundreds of Linux tutorials, and in some cases they use "apt" and in others "apt-get" for package management. From a technical standpoint, what's the difference?

    • @firmlaun
      @firmlaun 3 роки тому +3

      apt is just an alias for apt-get in modern Linux distributions :)

  • @jacopoguzzo4097
    @jacopoguzzo4097 3 роки тому

    Assuming that I have 0 experience in web developing apart from HTML and CSS, what should learn today to get a job?

    • @Kraffcho
      @Kraffcho 3 роки тому

      I will go with Javascript & React

    • @janpawedwa4590
      @janpawedwa4590 3 роки тому +1

      Assuming that you know some JS (if you don't, then obviously, JavaScript, with some more useful "recent" additions included), look into learning the most frequently asked for framework in job offers, some basics of Node. Other than that, Typescript seems to be the hot thing now, and knowledge of testing tools should let you stand out more.

    • @jacopoguzzo4097
      @jacopoguzzo4097 3 роки тому

      @@janpawedwa4590 thanks!!

  • @oggy107
    @oggy107 3 роки тому

    sudo stands for superuser do

  • @artgreg2296
    @artgreg2296 3 роки тому

    hey KYLE thanks but you should have concluded with the history command

  • @alphaseinor
    @alphaseinor 3 роки тому

    nano is pico on unix-based systems, like bsd or Mac... just fyi

    • @092_deepak_kumar3
      @092_deepak_kumar3 3 роки тому +1

      Nano isn't Pico, Nano aka GNU Nano is a replacement for Pico because of the licensing issues back in the day.

    • @alphaseinor
      @alphaseinor 3 роки тому

      @@092_deepak_kumar3 yup, but on a mac, and bsd, type nano and it won't work. Pico will get you a functionally similar environment so you can follow along

    • @092_deepak_kumar3
      @092_deepak_kumar3 3 роки тому

      @@alphaseinor I know but you said nano is pico, which is incorrect. So yeah.
      I don't use a Mac but I can guess they don't spend in the terminal and would rather use something like vsc to do simple edits.
      And someone who haven't used a unix-like system wouldn't go with BSDs as their first system for sure.

    • @alphaseinor
      @alphaseinor 3 роки тому

      @@092_deepak_kumar3 Congratulations, you win. Mac people will never watch this, and all bsd people are 1337.

  • @stevenshrii
    @stevenshrii 2 роки тому

    >. redirect to output

  • @SkuezTech
    @SkuezTech 3 роки тому

    ngl, cd is the only command i ever found useful inside vs code lol

  • @qwas9999
    @qwas9999 3 роки тому +2

    Good video. Now make a how to get amazing hairline.

  • @aammssaamm
    @aammssaamm 3 роки тому +1

    Arrows Up & Down?

  • @normalperson-x7o
    @normalperson-x7o 2 роки тому

    don't forget 'man'

  • @nitin-code-comedy
    @nitin-code-comedy 3 роки тому

    set cls='clear'

  • @mohneeshsharma
    @mohneeshsharma 3 роки тому

    kyle why dont you try linux? its great for programmers

  • @CozyAvocados
    @CozyAvocados 3 роки тому

    And now I can hack The Pentagon

  • @usErs_403
    @usErs_403 3 роки тому

    Hi ! I from Russia. Have it chanal a content on the Russian? Sorry for my English

  • @rwithikmanoj5816
    @rwithikmanoj5816 3 роки тому

    Has anyone actually used pwd in their daily use? I've only ever used it in scripts. It's always a part of my prompt.

    • @jakubcharvat4902
      @jakubcharvat4902 3 роки тому +1

      yeah, sometimes I `pwd | pbcopy` when I just want to throw the path to the current wd into my clipboard, but otherwise I don't use it

  • @michellegiacalone1079
    @michellegiacalone1079 3 роки тому

    So rm is the new del *.*? XDDD

  • @shahedtheboss
    @shahedtheboss 3 роки тому

    "ls" doesn't work in windows

    • @092_deepak_kumar3
      @092_deepak_kumar3 3 роки тому

      Have you installed git? And no I don't mean GitHub. If yes then right click and select "Git bash"

    • @shahedtheboss
      @shahedtheboss 3 роки тому

      @@092_deepak_kumar3 yes
      Still "LS" doesn't work

    • @092_deepak_kumar3
      @092_deepak_kumar3 3 роки тому

      @@shahedtheboss what error you get?

    • @shahedtheboss
      @shahedtheboss 3 роки тому

      @@092_deepak_kumar3 ls is not recognized as an internal keyword

    • @092_deepak_kumar3
      @092_deepak_kumar3 3 роки тому

      @@shahedtheboss then it's not in the path variable

  • @bitehunter122
    @bitehunter122 3 роки тому +1

    First

  • @vijay-1222
    @vijay-1222 3 роки тому

    50th comment

  • @whatthefunction9140
    @whatthefunction9140 3 роки тому

    Crtl + l will also clear
    Crtl + r will search your command history

  • @vickylance
    @vickylance 3 роки тому

    There is a better version of cat which I use and its called bat command. You will have to install it though.
    Its very good and it has syntax highlighting and such.
    on macos -
    brew install bat

  • @cjstolee
    @cjstolee 9 місяців тому

    On first viewing the presentation was too fast for me to follow; I did much better putting playback speed at 75%

  • @Solidlexx
    @Solidlexx 3 роки тому

    ls -alh is better

  • @udittyagi9238
    @udittyagi9238 3 роки тому +1

    First comment 😍

  • @lostincoda2800
    @lostincoda2800 3 роки тому +1

    wanted to watch this video but i'm only 14 :(

    • @alphaseinor
      @alphaseinor 3 роки тому

      You can thank the UA-cam gods for that

    • @6500s1
      @6500s1 3 роки тому

      hey, it's only a recommendation, not a requirement in the title. :D

  • @karlee8608
    @karlee8608 Рік тому

    NOT FOR ME. Speak too fast and explain too fast.

  • @wukape
    @wukape 3 роки тому

    Its too lame lvl, should have told a bit about grep or something.