gpt4 book ai didi

linux - 选择路径cmd窗口中的最后一个目录

转载 作者:太空宇宙 更新时间:2023-11-04 05:41:10 25 4
gpt4 key购买 nike

相当于linux的是什么:ls | tail -1 Windows 命令提示符中的命令?
假设dir打印 3 个文件夹:

2019-08-13_120000  
2019-08-13_120001
2019-08-13_120002

我想渗透最后一个目录,这里是: cd 2019-08-13_120002

最佳答案

从cmd你可以运行

powershell -com "ls | select -Last 1"

其中 selectSelect-Object 的别名lsGet-ChildItem 的别名。如果您只想获取字符串,请使用 powershell -com "(ls | select -Last 1).Name powershell -com "(ls | select -Last 1).FullName

但如果可能的话,完全切换到 powershell。它将解决cmd中的很多令人头疼的问题

关于linux - 选择路径cmd窗口中的最后一个目录,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57474780/

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