this post was submitted on 11 Apr 2026
250 points (98.8% liked)

Technology

84143 readers
2666 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] CallMeAl@piefed.zip 12 points 2 weeks ago (2 children)

Great article but this shouldn't be called "Tricks" it should be called Shell Basics. I'm old enough to remember taking an Intro To Unix course and there was an entire day on the shell where these types of commands were presented as essential learning.

[–] frongt@lemmy.zip 4 points 2 weeks ago* (last edited 2 weeks ago)

Yeah. All of those and more are in the manual: https://www.gnu.org/software/bash/manual/bash.html#Readline-Bare-Essentials

Yes, I know there are other shells than bash, but it's the one included as default almost everywhere, and where the article starts too.

[–] toynbee@piefed.social 2 points 2 weeks ago

A fact that I like to share from my personal history: I took four years to graduate from a two year college because I was taking every computer class they offered ... Except that I skipped "intro to Unix" because when was I ever going to use that?

My entire career has been largely based on knowing how to use Linux.