Sometimes log files can be enormous, and opening them directly may freeze your system. In such cases, use the following commands to query them:
grep -aE '2022-03-10 15:18' wechat_open.log
or
cat wechat_open.log | grep -a '2022-03-10 15:58'

Sometimes log files can be enormous, and opening them directly may freeze your system. In such cases, use the following commands to query them:
grep -aE '2022-03-10 15:18' wechat_open.log
or
cat wechat_open.log | grep -a '2022-03-10 15:58'
