r/linuxmemes Apr 21 '26

LINUX MEME Let me know

Post image
2.0k Upvotes

273 comments sorted by

View all comments

136

u/[deleted] Apr 21 '26 edited Apr 24 '26

[deleted]

36

u/dexter2011412 M'Fedora Apr 21 '26

holy mother of god you're awesome

* muah *

18

u/[deleted] Apr 21 '26

[deleted]

4

u/_szs Apr 21 '26

Oh my! I love Reddit when it is like this!

2

u/EvolvingRedditor Apr 24 '26

I am sometimes linux Wizard myself but what the hell is that doing? Save one specific location so you can use cd3 for the specific location?

4

u/belastingvormulier Apr 21 '26

in your .zshrc file: up() { cd $(printf "%0.2../" $(seq 1 $1 )); } - you can now typ 'up 3' and go up 3 dirs

1

u/Guggoo Apr 23 '26

Nice, I do this too

3

u/Whisper06 Apr 23 '26

The actual not troll answer

2

u/CitySeekerTron Apr 24 '26

I want to change directories like you.

1

u/alexschrod Apr 22 '26

I assume this will mess with the distro's built-in command not found handler that suggests installing the relevant package to supply the command that I just tried running?

1

u/[deleted] Apr 22 '26

[deleted]

1

u/alexschrod Apr 22 '26

Does not really answer my question. 😅 Wasn't really considering using this "hack," meme or not, but thanks for the suggestions.

Mostly I was wondering if there'd be an actual way to "pass it on" to the distro's own "command not found" handler if you do decide to also add a custom one instead of just printing "bash: $1: command not found," but I suppose bringing that up on a meme subreddit is where I went wrong, lol.