latest pushes

This commit is contained in:
2024-10-02 14:36:07 -04:00
parent c4f7be6e88
commit 91b7c54b49
6 changed files with 7 additions and 2 deletions

View File

@ -5,7 +5,7 @@
# Writing to a file
echo "This is a test file" > test.txt
echo "Adding another line" >> test.txt
echo "Adding another line" > test.txt
# Reading from a file
echo "Contents of test.txt:"