$ grep -rn "#Linux" ./posts

Run a Cron Job Only If Network Is Up

Sometimes you want a scheduled task to run only when you’re online — for example, syncing backups, pulling data from an API, or uploading……