this post was submitted on 06 Sep 2024
608 points (90.3% liked)

linuxmemes

20731 readers
1735 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] krimsonbun@lemmy.blahaj.zone 30 points 1 week ago* (last edited 1 week ago) (4 children)

cd downloads

bash: cd: downloads: No such file or directory

cd Downloads

user@pcname:~/Downloads$

[โ€“] falcunculus@jlai.lu 23 points 1 week ago* (last edited 1 week ago)

Bash has an option for that you can put in your .bashrc:

bind "set completion-ignore-case on"

Other interesting options exist

load more comments (3 replies)