this post was submitted on 23 May 2025
32 points (86.4% liked)

Linux

7420 readers
203 users here now

A community for everything relating to the GNU/Linux operating system

Also check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] DmMacniel@feddit.org 7 points 2 days ago (2 children)

just for the sake of being pedantic: echo is actually a program (just like ls) cd though is indeed a command. And I agree with your last statement.

[–] elmicha@feddit.org 6 points 1 day ago (1 children)

echo is a program, but some shells like Bash and zsh also have a built-in echo. You can run type echo to verify that.

[–] DmMacniel@feddit.org 5 points 1 day ago

whelp... i tried to be pedantic and then got schooled. Thanks :D

[–] thingsiplay@beehaw.org 5 points 1 day ago (1 children)

In Bash echo is a builtin command. The external indipendent /usr/bin/echo is only used by non Bash shells.

[–] DmMacniel@feddit.org 4 points 1 day ago (1 children)

whelp... i tried to be pedantic and then got schooled. Thanks :D

[–] thingsiplay@beehaw.org 4 points 1 day ago (1 children)

Well, you was not wrong though. Because it is both. I just forgot it, so you schooled me too. :-) We can have it all! :D

[–] DmMacniel@feddit.org 4 points 1 day ago* (last edited 1 day ago)

very sympathetic of you <3