this post was submitted on 08 Feb 2025
3 points (80.0% liked)
Ubuntu Linux
1574 readers
7 users here now
Linux for Human Beings.
Ubuntu is a popular Linux operating system for PC / mobile devices, etc.
Developed by Canonical & based on Debian (another older Linux OS) which is known for it's rock solid stability.
Ubuntu is trusted everywhere computing by professionals and common users alike.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The bash script just moves the directories into where they need to go. Very beginner friendly.
As a tip for your learning, do it manually once or twice, then think "okay, now let's automate that". Think about what you did when you manually executed the task, i.e. selecting a directory, then moving that directory into your .config directory as an example. Get to know the mv command and its flags, then your set to script it out!
Thank you so much. I'll give it a go manually like you say and then dive into scripting.