Terminal Commands for Web Developers

preview_player
Показать описание
This is a brief introduction to Linux / MacOS based Terminal commands that will help beginning web developers start to use the command line.

Article about how to install the Windows Linux Subsystem and Ubuntu on Windows 10:
This will let you run the same linux shell commands on Windows.
Рекомендации по теме
Комментарии
Автор

Thank you for this tutorial, Steve! This is a wonderful introduction to the terminal, I hope you will make this a series if you have time to. Thanks for all your help that you provide... Cheers!

hiwayshoes
Автор

Thank you so much Steve! I'm learning MacOs --bash these days for the first time together with Git. Until I started learning Git I was unable to see why bother doing things with terminal, when I could do them within the Finder. But I guess it is with Version Control Systems that terminal become really useful! I wish I could see a tutorial showing what are the most common commands a professional Web Devloper uses for Git on daily basis! Wow I didn't know you could open Terminal insde the VS code! Fantastic! Thank you!

kllokoq
Автор

Hello and thanks for your great videos. Is there any diffrence between linux system bash (wsl) and git bash? I kinda run into such articles somehow. Thanks again for your time and effort.

ΑναστάσιοςΑραβίδης
Автор

Perfect ! And as always thanks for teaching ! 👍

jeanmarcpourchel
Автор

Great work Steve.
Can you teach on the command line terminal.
Thanks.

stevegyimah
Автор

Wow windows can have a built in Unix shell now? Just took them 25 odd years!

artrahman
Автор

thanks! what's the addon you are using for your terminal? Is it iTerm2?

pavelvedernikov
Автор

Oh, how powerful it is! Thanks my Master, now I feel weapon in my hands!)✌️🙌

userbilas
Автор

Why use bash and not Powershell if we have windows?

Snoo
Автор

I am using WSL bash and when I try to use npm commands on my terminall such as npm -v I always get this error:

: not foundram Files/nodejs/npm: 3:
: not foundram Files/nodejs/npm: 5:
/mnt/c/Program Files/nodejs/npm: 6: Syntax error: word unexpected (expecting "in")

How can I use npm with bash?

Snoo