General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Anony Mousse
DistroTube
comments
Comments by "Anony Mousse" (@anon_y_mousse) on "Creating Countdowns, Timers and Stopwatches In Linux" video.
You might also mention doing loops with {} in bash. for i in {10..0}; do echo $i; done
4