5

what you're referring to as "the Linux command line" is actually

Submitted by twovests in just_post

an interpreter and language known as 'bash' with pipes and whatnot

which interacts with Linux and its filesystem in a nice way

and is made useful by like 200 different tiny programs/unix commands/etc you need to know how to use, like 'cd' or 'ls' or 'ssh' or 'man'

https://en.wikipedia.org/wiki/List_of_GNU_Core_Utilities_commands

https://en.wikipedia.org/wiki/List_of_Unix_commands

ur welcom

Comments

You must log in or register to comment.

2

hollyhoppet wrote

i actually use powershell for linux

1

twovests wrote

this comment was ominous but it turns out this exists, which is even worse

2

hollyhoppet wrote (edited )

when it comes to deep cuts related to tech i don't play

2

flabberghaster wrote

🤓 Um actually cd is a shell built-in not a program

2

twovests wrote

Oh damn you're right!! Like echo. My bad. It also totally makes sense for it to be a shell builtin aaa