this post was submitted on 11 Feb 2024
49 points (96.2% liked)

Linux

7290 readers
68 users here now

Welcome to c/linux!

Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!

Rules:

  1. Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.

  2. Be respectful: Treat fellow community members with respect and courtesy.

  3. Quality over quantity: Share informative and thought-provoking content.

  4. No spam or self-promotion: Avoid excessive self-promotion or spamming.

  5. No NSFW adult content

  6. Follow general lemmy guidelines.

founded 1 year ago
MODERATORS
49
submitted 4 months ago* (last edited 4 months ago) by laverabe to c/linux
 

command line aliases to make repeated processes quicker. I've used them in the past and on specific programs but never on command line utilities.

like for instance with Debian, I'm repeatedly typing sudo apt-get install, so I aliased it: alias sagi="sudo apt-get install" and it works pretty good.

Are there any best practices or aliases to avoid when using them? Other than known commands obviously. Are there popular alias lists out there?

you are viewing a single comment's thread
view the rest of the comments
[–] kometes 29 points 4 months ago (3 children)

alias more="less -cX"
alias moer=more
alias meor=more
alias meor=more
alias mroe=more
alias More=more

alias grpe=grep
alias gerp=grep
alias gpre=grep

[–] model_tar_gz 14 points 4 months ago* (last edited 4 months ago) (3 children)

In a big fan of the ‘fuck’ package for this. Try it out. Sudo apt install thefuck.

edit: oops got the name wrong; been a while since I installed it. Fuck.

[–] [email protected] 4 points 4 months ago* (last edited 4 months ago) (1 children)

@model_tar_gz @kometes "yay fuck" sounds better I believe

Does it *work*? IRL?

[–] model_tar_gz 2 points 4 months ago

Yes it’s for real. I type fuck, it fixes my prompt, I accept and move on.

[–] [email protected] 3 points 4 months ago

The what, now?

googles hastily

Oohhhhh mmmmmyyyyyyy…

[–] laverabe 9 points 4 months ago (1 children)
[–] [email protected] 6 points 4 months ago (1 children)

Have tou heard of the sl command?

[–] laverabe 3 points 4 months ago
[–] [email protected] 1 points 4 months ago

alias g=grep -i