
Table of Contents
- 搜索当前路径下所有文件中特定字符串的位置
PLAINTEXT
1Get-ChildItem -Recurse -Include *.astro,*.mdx,*.ts,*.js -Path .\src\ | Select-String "your_string"
Thanks for reading!
Windows 有用的命令
© DeliXi | CC BY-SA 4.0

1Get-ChildItem -Recurse -Include *.astro,*.mdx,*.ts,*.js -Path .\src\ | Select-String "your_string"
© DeliXi | CC BY-SA 4.0