KevsRobots Learning Platform
72% Percent Complete
By Kevin McAleer, 2 Minutes
As a culmination of this course, you will create a simple command-line tool that incorporates the skills you’ve learned. This lesson will help you plan and outline your project.
The final project involves creating a command-line tool that performs a useful task, such as backing up files, automating a system process, or monitoring system performance.
Before you start coding, plan your project by answering these questions:
Write down the answers and outline the structure of your script.
For example, you could create a script that backs up a directory to a specified location and logs the operation:
rsync
to copy files.echo
.In this lesson, you planned and outlined your final project. Taking the time to plan your script will make the coding process smoother and help you create a more functional and efficient tool.
You can use the arrows ← →
on your keyboard to navigate between lessons.