Memes, jokes and general humor about GNU+Linux
Rules:
- Posts must be relevant to GNU+Linux or at least an open source unix-like operating system
- No NSFW content
- No hate speech, bigotry, etc
- 0 users online
- 1 user / day
- 1 user / week
- 4 users / month
- 3 users / 6 months
- 9 subscribers
- 103 Posts
- 166 Comments
- Modlog
Just tried and it’s just doing
ls
in the directory passed in the arg 🤔edit:
alias cd="ls ${1} && cd ${1}"
works tho