Hi fellow StackOverflow.
Is it possible for the PHP in the IIS. What's the function of the PHP is a button.
Once the button is clicked it will show result from the below command :
grep "0,100" logs.log -a | wc -l
Then it will show the value on the PHP . Is it possible to do so?
wc -l; POSIX grep would havegrep -c -a "0,100" logs.log