linux - Windows powershell 中的 tail -f 是什么?

标签 linux powershell logging tail

<分区>

我想在使用时获取日志文件的连续流

tail -f command in Linux

在 Windows 中我如何实现这一点?

最佳答案

Get-Content -Path "file" -Wait

关于linux - Windows powershell 中的 tail -f 是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43211049/

相关文章:

Powershell - 排除 Get-ChildItem 中的文件夹

azure - 如何通过脚本删除 Azure Databricks 工作区

windows - 阻止 & 符号自动添加到从项目资源管理器放入 VSCode 控制台的目录路径之前

python - python中的记录器链

linux - Windows 等效查找 - 删除

linux - 如何在不将所有软件包升级到 debian wheezy 的情况下强制 debian squeeze 使用 debian wheezy 中的 libqt4-dev?

php - 在服务器上输出一个文件,因为它是来自 php 的 html

Linux 庆典错误 : -bash: No such file or directory

MySQL 数据库事件日志 : fields vs table

python - logging.fatal 和 logging.critical 之间有什么区别?