我也会用Linux命令行哦
以下日常:

azurefx@Azure-PC:~ $ pwsh
PowerShell v6.0.0-rc
Copyright (c) Microsoft Corporation. All rights reserved.

https://aka.ms/pscore6-docs
Type 'help' to get help.

PS /home/azurefx> Get-ChildItem "*.cpp" -Recurse | Where-Object{$_.Length -gt 10KB} | Select-String -Pattern "#include"

非常*** 逃)