12%
01.06.2024
with version 1.0, Windows Package Manager has quickly gained acceptance through community adoption of WinGet and its public repository, with more than 4,000 package contributions. In this article, I touch
12%
20.06.2022
yellow
07 continue
08 }
09 Write-Host ""
10
11 [...]
12
13 Write-Host "Removing all MailboxExportRequests." -fore green
14 Get-MailboxExportRequest | Remove-MailboxExportRequest -Confirm
12%
25.09.2023
accessing an HTTP payload of the form:
# HELP esphome_power_sensor Reading from esphome power sensor
# TYPE esphome_power_sensor gauge
esphome_power_sensor{sensorid="sensor-powerplug13", someotherlabel
12%
30.11.2025
=> _.,n,GotoIf($[${usercaptcha} == ${captcha}]?correct:wrong)
10 exten => _.,n(wrong),Playback(privacy-incorrect)
11 exten => _.,n,HangUp()
12 exten => _.,n(correct),agi,addwhitelist.sh|${CALLERID(all)}
13
12%
30.11.2025
).
The following command finds all lines that begin with an opening tag and end with the corresponding closing tag:
grep "^<([^/ >]+)[^>]*>.*\1>$" something.htm
The command displays lines 1, 2, 6, 7, and 10