相当于 Powershell 中的“更多"或“更少"命令? [英] Equivalent of 'more' or 'less' command in Powershell?

查看:34
本文介绍了相当于 Powershell 中的“更多"或“更少"命令?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有办法通过管道将输出传递给一些更多"命令来对输出进行分页,该命令在 linux\unix shell 中可用?

Is there a way to paginate the output by piping it to some 'more' command, which is available in linux\unix shells?

推荐答案

嗯...有更多",这或多或少 (...) 与您对其他平台的期望相同.试试下面的例子:

Well... There is "more", which is more or less (...) the same you'd expect from other platforms. Try the following example:

dir -rec | more

这篇关于相当于 Powershell 中的“更多"或“更少"命令?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆