【发布时间】:2016-09-23 09:31:32
【问题描述】:
因此,Linux 中的以下命令是为发出最多请求的人订购一个 Nginx access.log 文件。
'awk '{ print $1 }' access.log | uniq -c | sort -nr | more'
这个命令在 Windows Powershell 中的等价物是什么?
【问题讨论】:
-
Stackoverflow 不是免费的代码翻译服务。请说明您尝试过什么以及您不知道如何做的具体事情。
标签: linux windows bash powershell nginx