If the anime you're watching has "furry" girls, but only the ears, it's not much of a furry anime. However if only the male characters are full anthro (animal face, covered in hair, etc), then the creator is a coward.
Some cities have been sued for doing that. You can't face your accuser in court if your accuser is a computer.
A group of cute funny characters leaving Antarctica for something better and end up becoming spies? This sounds like another Dreamworks movie.
The ${} syntax manipulates a variable. In this instance, I believe % removes a suffix. # is for a prefix. I can never remember which is which.Semicolons just separate statements. You can replace them with a new line to get the same effect.
Is your issue about just syntax? for part in $text; do echo "xX${part}Xx" done In bash, this loops over each word in a variable. If you want each line, you'll need to use a while read loop instead. while read -r line; do echo "xX${line}Xx" done <<< "$text"
All the good GUIs have a license fee.