About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
RavenZZ
3/10/2018 - 3:18 PM
share
Share
add_circle_outline
Save
Linux删除(清空)正在运行的应用日志文件内容
Delete running program log file
md
content_copy
file_download
Rendered
Source
方式一
>file.log
方式二
echo "">file.log
方式三
cat /dev/null > file.log
clear