我更喜欢 ls 为其列表着色以突出显示不同文件类型的能力。所以我创建了自己的 ps1xml 文件,并一直在调整 FileSystemTypes 的格式。非常有趣,我还没有伤到自己!
我已经能够更改字段的内容和格式(例如,使 LastModifiedTime 列更符合我的喜好),但我不知道如何更改颜色。这可能吗?我对 PowerShell 有点陌生,那里有很多东西,所以我很可能会遗漏一些明显的东西。
感谢您的任何提示。
最佳答案
这些是讨论 get-childitem
输出着色的一些链接。
Get-ChildItem (dir) Results Color-Coded by Type
How to write a list sorted lexicographically in a grid listed by column?
Powershell colored directory listing is incorrect with format-wide
关于.net - 如何在powershell中为文件列表设置颜色,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/8088469/