- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for awk (0.03 sec)
-
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
<match value="#! /usr/local/bin/gawk" type="string" offset="0"/> <match value="#!/bin/awk" type="string" offset="0"/> <match value="#! /bin/awk" type="string" offset="0"/> <match value="#!/usr/bin/awk" type="string" offset="0"/> <match value="#! /usr/bin/awk" type="string" offset="0"/> </magic> <glob pattern="*.awk"/> <sub-class-of type="text/plain"/> </mime-type>
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Thu Sep 21 06:46:43 UTC 2023 - 298.5K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.16.md
* 1. make sure there are no hpa objects with minReplicas=0. Here is a oneliner to update it to 1: * $ kubectl get hpa --all-namespaces --no-headers=true | awk '{if($6==0) printf "kubectl patch hpa/%s --namespace=%s -p \"{\\"spec\\":{\\"minReplicas\\":1}}\" ", $2, $1 }' | sh * 2. disable HPAScaleToZero feature gate
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu Feb 11 10:00:57 UTC 2021 - 345.2K bytes - Viewed (0)