IreneKilgannon / computer_infrastructure

0 stars 0 forks source link

Task 2: Timestamps #2

Open IreneKilgannon opened 2 weeks ago

IreneKilgannon commented 2 weeks ago

Navigate to the data/timestamps directory. Use the date command to output the current date and time, appending the output to a file named now.txt. Make sure to use the >> operator to append (not overwrite) the file. Repeat this step ten times, then use the more command to verify that now.txt has the expected content.