Fixes typos (#10244)

* Update solution.md

* Fix typo

fixes the typo for linux exercise create_remove

* fix typo
This commit is contained in:
Abhinay Lavu 2024-02-02 07:15:14 -06:00 committed by GitHub
parent b88151dee5
commit fee2f99421
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 7 deletions

View File

@ -17,8 +17,7 @@ touch /tmp/x
cp x ~/
cp x y
mkdir files
cp x files
cp y files
mv x files | mv y files
cp -r files copy_of_files
mv copy_of_files files2
rm -rf files files2