📌  相关文章
📜  powershell 显示前几行命令 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:54.062000             🧑  作者: Mango

代码示例1
your-command | select -First 
#for example
Get-Process | select -First 3
cat filename | select -First 3