this post was submitted on 23 Jun 2025
64 points (97.1% liked)
Linux
8047 readers
782 users here now
A community for everything relating to the GNU/Linux operating system
Also check out:
Original icon base courtesy of [email protected] and The GIMP
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
mkcd
mkdir and cd into it.
I have a similar one, mkmv, it makes a directory and then moves files into it
Dir name first and then files?
Yep! It just uses the first argument for mkdir, then all of the following args get put into mv with the first argument again, or something like that, it’s been a few months since I made it