PowerShell Cheat Sheet
While loop
Append to file
Keywords: PowerShell Quick Tips
REF:003
While loop
while ($true) { |
Append to file
New-TimeSpan -Start @(Get-Process explorer)[0].StartTime | Out-File -Append -FilePath C:\tmp\log.txt |
Keywords: PowerShell Quick Tips
REF:003
Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04 I am planning to run qemu-system-ppc to play around QEMU ...