0
我有一個描述服務器上目錄的yaml文件。我需要一個簡短的腳本來檢查部分是否按名稱按字母順序排序。如果某些部分不是按字母順序插入,則需要指出應該指定的地方。文件看起來像(路徑和權限是可選參數):使用bash檢查yaml文件排序
-
name: scripts
description: execution scripts
path: /home/user/scripts
-
name: tests
description: directory with tests
path: /home/user/tests
permissions: default
...
你可以建議最好的方法是如何做到這一點?由於