You Should Read the `bash` manpage - You Suck at Programming #007

preview_player
Показать описание
Yo what's up everyone my name's dave and you suck at programming.

🔗 More Links

📖 Keywords
you suck at programming #programming
#devops #bash #linux #unix #software #terminal #shellscripting #tech #stem
Рекомендации по теме
Комментарии
Автор

instructions unclear, bashed a man and he did not differentiate between my rc and profile. Help please.

beardedgiant
Автор

literally never even occured to me to read the manpage for bash. gonna spend all weekend just reading manpages now ty

NEDinACTION
Автор

I caught you on tictok and came here to check out more. Glad I did.

argo
Автор

Yes, this is internal interpreted bash commands vs external commands. older command prompts had less internal commands. Newer command interpreters (like BASH) have many and are a good quality of life improvement over the older shells.
Also the search order is usually Internal commands and then external commands unless you specify the full path (which was shown in the video).
Also also, use the type command to tell you about a command being an internal keyword or external program.

Wait till he starts talking about [ and ].

skilletpan
Автор

I personally use bash, but I've been recommended zsh a lot as it is supposed to be more "developer friendly", whats ur take on this ?

rikku
Автор

whats your config for your manpage being coloured?

Zeutomehr
Автор

The zsh manages annoy me a lot. I usually just do `man zshall` and search for the term I have because it’s easier than trying to figure out exactly where the thing I need lies

BenjaminWheeler
Автор

I want to use bash but I can’t get away from the tab-complete in zsh. I wonder how hard it would be to port that over, or use fzf as an alternative.

BenjaminWheeler
Автор

sorry for being cringe but my Distro doesn't come with man, what do I do?

tk_real
Автор

It's not a man page, It's a man book.

zerotheory
Автор

Tnx man! Learned something new today too!

nerdg
Автор

i suck at programming...
less since i am watching your videos
less is more
so i still suck at programming but i have now extended capabilities hahahaha

xreact
Автор

yo, can you make a cringe video on the shortcuts for the man / manual command?

durikke
Автор

You changed my view on what it means to man bash 🦾

bobanmilisavljevic