Есть плоский json как с помощью jq удалить из него все ключи в названии которых есть слово pass
{
"description": "",
"hostname": "ubuntu18",
"ip": "",
"password_1": "test123",
"password_2": "test1231",
"username_1": "test",
"username_1_owner": "dude1",
"username_2": "test1",
"username_2_owner": "dude2"
}
-
Вопрос задан
-
200 просмотров