531.2 Shell scripting in web dev (creating files, searching logs)
Learn how simple shell scripts can automate common back-end tasks like managing files and processing logs.
Overview
Targets
Syllabus references
What is shell scripting?
Creating files and directories
Example: Creating a backup folder
Searching logs
Example: Finding all failed login attempts
Example: Counting requests from an IP address
When is shell scripting used in web dev?
Summary
Last updated
Was this helpful?