Fixes typos (#10244)
* Update solution.md * Fix typo fixes the typo for linux exercise create_remove * fix typo
This commit is contained in:
parent
b88151dee5
commit
fee2f99421
@ -17,8 +17,7 @@ touch /tmp/x
|
|||||||
cp x ~/
|
cp x ~/
|
||||||
cp x y
|
cp x y
|
||||||
mkdir files
|
mkdir files
|
||||||
cp x files
|
mv x files | mv y files
|
||||||
cp y files
|
|
||||||
cp -r files copy_of_files
|
cp -r files copy_of_files
|
||||||
mv copy_of_files files2
|
mv copy_of_files files2
|
||||||
rm -rf files files2
|
rm -rf files files2
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
1. Create a file called `x`
|
1. Create a file called `x`
|
||||||
2. Create a directory called `content`
|
2. Create a directory called `content`
|
||||||
3. Move `x` file to the `content` directory
|
3. Move `x` file to the `content` directory
|
||||||
4. Create a file insidethe `content` directory called `y`
|
4. Create a file inside the `content` directory called `y`
|
||||||
5. Create the following directory structure in `content` directory: `dir1/dir2/dir3`
|
5. Create the following directory structure in `content` directory: `dir1/dir2/dir3`
|
||||||
6. Remove the content directory
|
6. Remove the content directory
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
1. Create a file called `x`
|
1. Create a file called `x`
|
||||||
2. Create a directory called `content`
|
2. Create a directory called `content`
|
||||||
3. Move `x` file to the `content` directory
|
3. Move `x` file to the `content` directory
|
||||||
4. Create a file insidethe `content` directory called `y`
|
4. Create a file inside the `content` directory called `y`
|
||||||
5. Create the following directory structure in `content` directory: `dir1/dir2/dir3`
|
5. Create the following directory structure in `content` directory: `dir1/dir2/dir3`
|
||||||
6. Remove the content directory
|
6. Remove the content directory
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user