minus-squaremikazuki@lemmy.worldtoKDE@lemmy.kde.social•How to open Konsole in Split View and run a command?linkfedilinkarrow-up0·1 year agoAs for timing, one could use the flock function to ensure only one process starts. Something like this (untested): flock -n ~/.htop.lock -c htop linkfedilink
minus-squaremikazuki@lemmy.worldtoMemes@lemmy.ml•10/10linkfedilinkarrow-up87arrow-down1·1 year agoRFC 3339! ISO 8601 has way too many weird formats that are allowed like today would be 2023-W41-2. See for example here. linkfedilink
As for timing, one could use the flock function to ensure only one process starts. Something like this (untested):
flock -n ~/.htop.lock -c htop