3 Commits

Author SHA1 Message Date
ilmabura
1c329d81a3 completed the exercise and questions
This lab requires a little more critical thinking skills than lab 1. I've done exercises like this before in a database setting.
I think I had a difficult time with the rearranging letters question because I needeed to go back to see how I can write it concisely.
The longer my pipes got, the more likely I was to making mistakes. I did ask my group mates for help and the discord chat.
I am getting more comfortable with that.
2025-09-28 14:12:57 -04:00
ilmabura
72ad55485f commit 1:
cat words... | order | length and cat words...| length |order are different because the first one orders the the words and then calculates the lentghs of each word in that order.
the second one calculates the lengths and then orders them by length.
2025-09-28 11:53:30 -04:00
6db88d9264 Initial commit 2025-08-30 05:50:46 +00:00