Linux command
Fireworks animation
文本
Uses pipes, overwrite, or deletion. Check paths and options first.
命令示例
Fireworks animation
for i in {1..50}; do echo -e "\e[${((RANDOM%7+31))}m✨\e[0m"; sleep 0.1; done
说明
Useful Linux one-liner
FAQ
What is the for command used for?
Useful Linux one-liner
How do I run a basic for example?
Run `for i in {1..50}; do echo -e "\e[${((RANDOM%7+31))}m✨\e[0m"; sleep 0.1; done` in a terminal, then adjust file names, paths, flags, or remote targets for your system.