Can not find "tail" command in Symfony

0

Following the symfony documentation tutorial Symfony. Services I see that I can not execute the following tail -f var/log/dev.log command. I'm also testing it with php tail -f var/log/dev.log because it was the way I was executing the commands so far but I get an error saying that it does not recognize the "tail" command. When I execute the command, the server is stopped since no command can be executed while the server is running (or at least I do not know how to run server and execute commands at the same time). Does anyone know why I can not execute this tail command?

    
asked by RicardoKra 01.01.2019 в 13:42
source

0 answers