.# grep search the current directory function lg() ls -alt
- 0 Posts
- 4 Comments
Joined 2 years ago
Cake day: July 10th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
livingcoder@programming.devto Linux@lemmy.ml•Ubuntu 25.10 drops support for GNOME on Xorg6·18 days agoCan anyone explain what this means to me like I’m 5?
When I learned Python I thought that not having a statically typed language was the way to go, but then it just became an issue when I was trying to ensure that everything was at least something like what I was expecting. Going back to statically typed languages even harder with Rust has been a dream. I love it.
# Copy pwd into clipboard using pbcopy alias cpwd="pwd | tr -d '\n' | pbcopy && echo 'pwd copied into clipboard'"