krishnapal rawatkrishkp.hashnode.dev·Jan 4, 2024Shell Scripting: basic important commandsShell scripting is a powerful skill for every system administrator and developer working in a Unix-like environment. In this blog post, we will delve into some fundamental concepts of shell scripting, exploring the shabang, variable substitution, dyn...#shallscripting
krishnapal rawatkrishkp.hashnode.dev·Jan 3, 2024Automating AWS Resource Tracking with Shell Scripting and Cron JobWHAT IS CRON, CRONTAB and CRON JOB? Cron is a standard Unix utility that is used to schedule commands to execute automatically at specified interval of time in Unix like operating systems.Crontab refers to “Cron table” is a command that allows users ...shall