IreneKilgannon / computer_infrastructure

0 stars 0 forks source link

Task 4: Create Timestamped Files #4

Open IreneKilgannon opened 2 weeks ago

IreneKilgannon commented 2 weeks ago

Use the touch command to create an empty file with a name in the YYYYmmdd_HHMMSS.txt format. You can achieve this by embedding your date command in backticks ` into the touch command. You should no longer use redirection (>>) in this step.