General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Anony Mousse
DistroTube
comments
Comments by "Anony Mousse" (@anon_y_mousse) on "A HUGE Percentage Of The Arch Repos Was Packaged By One Man!" video.
You might want to edit those internal double quotes to be single quotes.
2
Here's a neat math tip for you, you can use integer math that the shell provides by simply adding a few zeros onto the end of the numerator and mentally putting the decimal point that many places back. Say you want to do 123/456 you can use: echo $(( 123000 / 456 )) # and think of the result as 0.269 instead of 269.
1