Entry № 041-8 / V-383 · 0:00 synced

Why Do Command Lines Still Exist?

Techquickie@techquickie655.4K viewsOct 5, 20214:47
Source
YT
Views
655.4K
Subscribers
4.3M
Critic
?
Audience
?

0 up · 0 down · 0 ratings

Promos

Learn more about Storyblocks Video at storyblocks.com In this age of graphical interfaces, why are command line-based shells like PowerShell and BASH still around? Leave a reply with your requests for future episodes, or tweet them here: twitter.com ►GET MERCH: lttstore.com ►SUPPORT US ON FLOATPLANE: floatplane.com ►LTX EXPO: ltxexpo.com AFFILIATES & REFERRALS --------------------------------------------------- ►Affiliates, Sponsors & Referrals: lmg.gg ►Private Internet Access VPN: lmg.gg ►MK Keyboards: lmg.gg ►Secretlabs Gaming Chairs: lmg.gg ►Nerd or Die Stream Overlays: lmg.gg ►Green Man Gaming lmg.gg ►Amazon Prime: lmg.gg ►Audible Free Trial: lmg.gg ►Our Gear on Amazon: geni.us FOLLOW US ELSEWHERE --------------------------------------------------- Twitter: twitter.com Facebook: @LinusTech Instagram: @linustech Twitch: twitch.tv FOLLOW OUR OTHER CHANNELS --------------------------------------------------- Linus Tech Tips: lmg.gg Mac Address: lmg.gg TechLinked: lmg.gg ShortCircuit: lmg.gg LMG Clips: lmg.gg Channel Super Fun: lmg.gg Carpool Critics: lmg.gg

Start
AI OverviewDefault language

In the opening portion of the video, the host addresses a common curiosity: why do command line interfaces like Windows Command Prompt, PowerShell, and Bash still exist in an era dominated by graphical user interfaces? The explanation begins with the historical context, noting that even on slow machines in the DOS era, command lines responded quickly and allowed for reliable, lightweight interactions. The host underscores the practical advantages of the command line, including speed, low resource usage, and the ability to perform repetitive tasks through scripting and automation. A key point is the cross-platform consistency the command line offers, particularly in Linux landscapes with Bash and its widespread support across distributions, as well as its ongoing relevance in macOS and Windows ecosystems. The segment concludes by contrasting the limitations of GUIs with the flexibility and power of text-based interfaces, setting up the case that learning the command line can elevate a user’s control over their computer and workflow. The video then briefly acknowledges a sponsor and transitions to broader examples of how the command line enables tasks that would be more cumbersome with a GUI, such as batch renaming, managing large datasets, and automating multi-step processes.

Topics · technology · computer_science · operating_systems · software_development

Questions answered

Why are command lines still relevant in modern computing?
Command lines remain relevant because they are lightweight, fast, scriptable, and cross‑platform. They enable automation, precise control, and can operate on many systems without heavy GUI dependencies.
What are some practical tasks where the command line shines over GUIs?
Examples include batch renaming files, automating repetitive data processing, managing large datasets, configuring networks or servers, and performing multi-step operations with customizable arguments and switches.