Post B8JBYAdU1QFGfpoMAy by mirabilos@toot.mirbsd.org
 (DIR) More posts by mirabilos@toot.mirbsd.org
 (DIR) Post #B8JBY9yiSzdSdOjndI by kondziu@raru.re
       0 likes, 0 repeats
       
       I have seen a lot of people use the semicolon incorrectly, so I decided to compile this brief but comprehensive guide.Correct use of semicolons:- crying emoticon (;-;)- end of lines in some programming languages- anime titles (Steins;gate)- tattoosThis is a complete list.
       
 (DIR) Post #B8JBYAEJX071Pm2Fwe by kabel42@polymaths.social
       0 likes, 0 repeats
       
       @kondziu some programming languages need them to delimit commands instead of a newline, likefor file in *; do echo $file; done:BlobCatBlep:
       
 (DIR) Post #B8JBYAQ0pVTC03VbBA by kondziu@raru.re
       0 likes, 0 repeats
       
       @kabel42 Not allowed.
       
 (DIR) Post #B8JBYAdU1QFGfpoMAy by mirabilos@toot.mirbsd.org
       0 likes, 0 repeats
       
       @kondziu @kabel42for file in *do        printf '%s\n' "$file"donenaw
       
 (DIR) Post #B8K7PZiRJbv1Ecu3M0 by kondziu@raru.re
       0 likes, 0 repeats
       
       @mirabilos @kabel42 Simple solution from 🐹 to you: sudo apt install fish
       
 (DIR) Post #B8K7PZwcStGFwbXNSK by mirabilos@toot.mirbsd.org
       0 likes, 0 repeats
       
       @kondziu @kabel42 commandnot found