01 2021 档案
摘要:If strict is false (True is the default), then control characters will be allowed inside strings. Control characters in this context are those with ch
阅读全文
摘要:linux 中的 tail 命令 tail 命令可用于查看文件的内容,有一个常用的参数 -f 常用于查阅正在改变的日志文件。 tail -f filename 会把 filename 文件里的最尾部的内容显示在屏幕上,并且不断刷新,只要 filename 更新就可以看到最新的文件内容。 命令格式:
阅读全文