Find Help on Bash Built-in Commands

  Рет қаралды 1,734

theurbanpenguin

theurbanpenguin

Күн бұрын

Пікірлер: 39
@JeffSmithInStJacobs
@JeffSmithInStJacobs 2 жыл бұрын
Generally I prefer shorter videos, although some topics merit longer discussions. One feature of theurbanpenguin, though, is now and then he'll throw something at us that I've never heard of before, but now find incredibly useful. One example is using "^" to modify a previous command (eg. ^status^restart^ ). I now use that dozens of times each day. Thanks, Andrew!
@theurbanpenguin
@theurbanpenguin 2 жыл бұрын
That is a good one. Thanks for the great feedback
@Maniac_0470_
@Maniac_0470_ 2 жыл бұрын
I really hope you teach CompTIA Linux+, RHCSA, RHCE, etc etc - I'm amazed at your youtube content and lack of following - you make this all so easy and break down a lot of the things that are just glossed over for the beginners, making the whole *nix platform "impossible" for them - I love that you take the time to inform people and inspire others to pursue the technology, rather than just starting at the end of an incredibly complex scenario and just talking to it - we need more people like you, and more lessons like this, to get a larger adoption of things that just seem "black magic" or "off limits" - super easy, THANK YOU!
@theurbanpenguin
@theurbanpenguin 2 жыл бұрын
thank you
@justme-iz7ec
@justme-iz7ec Жыл бұрын
that was fantastic. I like the videos where you go through entire series of commands. Like the ones in your exam preparation series quite a bit. This was superb work still. I am yearning for Linux videos that introduce small to mid-size projects that beginners can do to use their Linux skills. I sincerely want to use what I learn but cannot think of what to do.
@_bhimsainik_gaurav358
@_bhimsainik_gaurav358 2 жыл бұрын
You are doing a wonderful job by giving Knowledge many thanks
@theurbanpenguin
@theurbanpenguin 2 жыл бұрын
Thank you. Nice to hear from you
@vsExtra
@vsExtra 2 жыл бұрын
Short but dedicated to a very well designated piece of Linux are better. Thank you for this episode)
@theurbanpenguin
@theurbanpenguin 2 жыл бұрын
Excellent thank you
@LVusaAPI
@LVusaAPI 2 жыл бұрын
We like any video you are creating Andrew
@theurbanpenguin
@theurbanpenguin 2 жыл бұрын
Thank you
@umairbalani6133
@umairbalani6133 2 жыл бұрын
Really good video regarding small but important topic.
@theurbanpenguin
@theurbanpenguin 2 жыл бұрын
Thank you
@cleightthejw2202
@cleightthejw2202 2 жыл бұрын
I like videos appropriate to the issue. And some might very well may need a number of videos covering different parts of the issue. Though I do like truly informative and educating videos with those that get to the point in pretty quick time and do NOT unnecessarily repeat things. You videos are pretty good. I do look forward to them :)
@theurbanpenguin
@theurbanpenguin 2 жыл бұрын
Thank you for your insightful feedback
@ramialdeeb7280
@ramialdeeb7280 2 жыл бұрын
ITS WORKING! nice job dude
@theurbanpenguin
@theurbanpenguin 2 жыл бұрын
Excellent
@massikherfallah6075
@massikherfallah6075 2 жыл бұрын
Is there a way to have more help details of the options of a command? Maybe with examples
@NoEgg4u
@NoEgg4u 2 жыл бұрын
I used to struggle with some bash built-ins. And the bash man page is an ordeal, for certain built-ins. For example, try locating the "if" keyword within the bash man page. Or try the bash man page for the "command" built-in. You get a blizzard of matches. I did finally learn about the help command. It does, however, sometimes often different wording than what is in the bash man page. And before I discovered that "help" would list all of the shell built-ins, I discovered that the following command lists all of the shell built-ins: $ enable -a If there is a way to jump to the part of the bash man page where the built-ins are documented, I would appreciate learning how to get there. I also discovered that some built-ins also have commands on disk. For example, my MX Linux (Debian) distro has a /bin/ls executable. Is it there for backwards compatibility to ensure no failures with old scripts, from before "ls" became a built-in? Was there a time when "ls" not a built-in, and only /bin/ls existed?
@theurbanpenguin
@theurbanpenguin 2 жыл бұрын
For the man page try man builtins. I don't know of ls being a built in on any distro I have used. It is usually and alias. I suggest using the command: type -a ls . You can also use it on the pwd command which is duplicated: type -a pwd . The reason some commands are both a builtin and independent command is that not all shells will have all the builtins
@NoEgg4u
@NoEgg4u 2 жыл бұрын
@@theurbanpenguin I got "ls" confused with "pwd" (because I am on a Windows computer at the moment, and wrote my comment from memory). It is pwd that is both a built-in and executable file.
@BarcaLS
@BarcaLS 2 жыл бұрын
Short topics and movies are better, just a pills of knowledge :)
@theurbanpenguin
@theurbanpenguin 2 жыл бұрын
Thank you
@neelojp8460
@neelojp8460 2 жыл бұрын
thank you so much :-)... Short vidoes are good, so short vidoes are good also for you for youtube ads, from 30min video create 3x10min video with part1..3. so for us is good and for you too
@theurbanpenguin
@theurbanpenguin 2 жыл бұрын
Mid roll ads are only in longer videos. But I see your point. Thank you 🙏
@fastsatelite9077
@fastsatelite9077 2 жыл бұрын
It works! Thanks a lot.
@theurbanpenguin
@theurbanpenguin 2 жыл бұрын
Great
@mb_mobile49
@mb_mobile49 2 жыл бұрын
Shorter videos. However lengthier videos are fine if it doesn't make logical sense to create a series of smaller videos for a particular topic.
@theurbanpenguin
@theurbanpenguin 2 жыл бұрын
Thank you for your thoughts
@MartinsTalbergs
@MartinsTalbergs 2 жыл бұрын
Topic: running linux on phone? Are we there yet?
@theurbanpenguin
@theurbanpenguin 2 жыл бұрын
Technically android is Linux. iOS is not far of. I am not sure about iOS but on android there is a terminal application to allow you access to the cli. I think Ubuntu used to have a phone version but not sure
@MartinsTalbergs
@MartinsTalbergs 2 жыл бұрын
@@theurbanpenguin all this I knew, but there is more to it. Imagine the full opensource degoogled phone. Thats a dream.
@richardgarrow9260
@richardgarrow9260 2 жыл бұрын
Yes you can run linux on a iPhone through an app
@yotsaton111
@yotsaton111 2 жыл бұрын
day.
@mrzazx3289
@mrzazx3289 2 жыл бұрын
Looks like you are a man city fan.
@theurbanpenguin
@theurbanpenguin 2 жыл бұрын
Noooooo. The Urban Penguin shirt. We sponsors Peterborough United Womens team
@smyk123
@smyk123 2 жыл бұрын
short
@theurbanpenguin
@theurbanpenguin 2 жыл бұрын
Thank you
Learn to Create your own custom sudoers Entries in Linux
20:16
theurbanpenguin
Рет қаралды 3,4 М.
Linux Crash Course - The grep Command
14:57
Learn Linux TV
Рет қаралды 118 М.
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 114 МЛН
Don’t Choose The Wrong Box 😱
00:41
Topper Guild
Рет қаралды 60 МЛН
HELP!! (for when you suck at Linux) // Linux for Hackers // EP3
13:14
Why I Can't Use Linux - My Top 3 Reasons
26:05
Tek Syndicate
Рет қаралды 142 М.
Become a bash scripting pro - full course
36:00
CODE IS EVERYTHING
Рет қаралды 71 М.
Beautiful Bash
8:42
Chris Titus Tech
Рет қаралды 216 М.
Beginner's Guide to the Bash Terminal
1:14:37
Joe Collins (EzeeLinux)
Рет қаралды 2,3 МЛН
Problems You will Encounter on Linux (and How to Solve Them)
23:01
Rob Braxman Tech
Рет қаралды 154 М.
How Do Linux Kernel Drivers Work? - Learning Resource
17:02
LiveOverflow
Рет қаралды 562 М.
Why Are Arch Linux Users So TOXIC?
12:32
Eric Murphy
Рет қаралды 565 М.
7 Amazing CLI Tools You Need To Try
18:10
Josean Martinez
Рет қаралды 405 М.