Skip to content

Commit

Permalink
Fixed the empty solution file
Browse files Browse the repository at this point in the history
  • Loading branch information
KenzyAdel committed Aug 16, 2024
1 parent fb3004d commit aeec65e
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions Session 1/Solution.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Task 1 Solution

1. `mkdir Sara`

2. `touch one.txt two.txt three.txt four.txt`

3. `mkdir BAD`

`touch bad.txt`

4. `mv one.txt /home/user/downloads`

5. `cd /home/user/Downloads (optional)`

`cp one.txt copy.txt`

6. `cd -`

7. `nano two.txt`

8. `echo given text >> three.txt`

9. `mv three.txt hello.txt`

10. `rm four.txt`

11. `rm -r BAD`

0 comments on commit aeec65e

Please sign in to comment.