Write a crontab command to append the current date and time to the file /home/hyperskill/time_track.txt at the start of every hour.
Use the
date >> /path/to/file command to append the current date-time to a file.