fix: typo 'especcially' to 'especially' (#6732)

pull/6735/head
Cerebro Cerberus 5 months ago committed by GitHub
parent f06ccc5c37
commit 45a9459f21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      src/data/projects/log-archive-tool.md

@ -20,7 +20,7 @@ roadmapIds:
- 'linux' - 'linux'
--- ---
In this project, you will build a tool to archive logs on a set schedule by compressing them and storing them in a new directory, this is especcially useful for removing old logs and keeping the system clean while maintaining the logs in a compressed format for future reference. This project will help you practice your programming skills, including working with files and directories, and building a simple cli tool. In this project, you will build a tool to archive logs on a set schedule by compressing them and storing them in a new directory, this is especially useful for removing old logs and keeping the system clean while maintaining the logs in a compressed format for future reference. This project will help you practice your programming skills, including working with files and directories, and building a simple cli tool.
The most common location for logs on a unix based system is `/var/log`. The most common location for logs on a unix based system is `/var/log`.

Loading…
Cancel
Save