# docker run --rm -it centos:centos8 bash mkfifo mypipe for i in {1..100}; do echo $i>mypipe; sleep 1s; done & for i in {1..100}; do echo $i>mypipe; sleep 1s; done & for i in {1..100}; do echo $i>mypipe; sleep 1s; done & tail -300f mypipe
Thank you for installing EJS: built with the Jake JavaScript build tool (https://jakejs.com/)
npm notice created a lockfile as package-lock.json. You should commit this file. added 254 packages from 454 contributors and audited 470 packages in 12.565s
5 packages are looking for funding run `npm fund` for details
found 1 low severity vulnerability run `npm audit fix` to fix them, or `npm audit` for details INFO Start blogging with Hexo!