Category "limits"

maximum (and minimum) off_t

I could not find something like OFF_MAX that would tell me the maximum allowed value for off_t so I wonder if I could perhaps use that: #define OFF_MAX ~((off_

Max size of ScriptBlock / InitializationScript for Start-Job in PowerShell

When you start a new job with Start-Job, you can pass it a ScriptBlock and a InitializationScript for example: Function FOO { Write-Host "HEY" } Start-Job -