gpt4 book ai didi

linux - 将命令 'ls | grep x' 从 linux 转换为 DOS

转载 作者:太空宇宙 更新时间:2023-11-04 03:42:36 26 4
gpt4 key购买 nike

可以吗/Linux命令怎么做

ls | grep x

使用 Windows DOS?

最佳答案

似乎在DOS中做到这一点的唯一方法是使用dir + find。后者仅接受文件名(不允许使用管道),因此您将需要一个临时文件:

dir > A:\list.txt
find "CD" A:\list.txt

grep 相比,它的功能也非常有限。

Windows有更强大的工具findstr:

dir | findstr CD

关于linux - 将命令 'ls | grep x' 从 linux 转换为 DOS,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29156142/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com