Computer scienceSystem administration and DevOpsCommand lineTasks automation

Scheduling tasks with cron

Append date to a file

Report a typo

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.

Enter a short text
___

Create a free account to access the full topic