diff --git a/README.md b/README.md index 240b68b..c3dd678 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ ls ``` **Output:** +![Screenshot 2025-03-07 085959](https://github.com/user-attachments/assets/00978004-df9e-42af-ba4f-8923efeeefce) ### 2. `pwd` Command @@ -30,6 +31,8 @@ pwd ``` **Output:** +![image](https://github.com/user-attachments/assets/838814c1-64e7-417a-a1f6-45c0efae99f7) + ### 3. `mkdir` Command @@ -41,6 +44,7 @@ mkdir ``` **Output:** +![Screenshot 2025-03-07 090435](https://github.com/user-attachments/assets/4331bcf8-48be-4547-8bd3-f27c4a34f281) ### 4. `rmdir` Command @@ -52,6 +56,7 @@ rmdir ``` **Output:** +![Screenshot 2025-03-07 090510](https://github.com/user-attachments/assets/52f64a41-4dae-4270-85bd-c8f19fc00043) ### 5. `cd` Command @@ -63,6 +68,8 @@ cd ``` **Output:** +![Screenshot 2025-03-07 092627](https://github.com/user-attachments/assets/37365c06-a640-42c2-96a7-19b879446509) + ### 6. `cat` Command @@ -74,6 +81,8 @@ cat [OPTION]... [FILE]... ``` **Output:** +![Screenshot 2025-03-07 093007](https://github.com/user-attachments/assets/41806e58-c5b2-48ee-82d3-fc42b2c5a0ee) + ### 7. `cp` Command @@ -118,6 +127,8 @@ mv ``` **Output:** +![Screenshot 2025-03-07 093331](https://github.com/user-attachments/assets/11e2d878-1f07-4c5e-9395-0039f6688183) + ### 11. `rename` Command @@ -140,6 +151,8 @@ head ``` **Output:** +![Screenshot 2025-03-07 093815](https://github.com/user-attachments/assets/cd71e530-8c8a-476b-a361-6959b9d6fc32) + ### 13. `tail` Command @@ -151,6 +164,8 @@ tail ``` **Output:** +![Screenshot 2025-03-07 093835](https://github.com/user-attachments/assets/de484f84-0ad2-4bf6-8b58-8e0bc9118aef) + ### 14. `id` Command @@ -162,6 +177,7 @@ id ``` **Output:** +![Screenshot 2025-03-07 094408](https://github.com/user-attachments/assets/2baa67c0-8fda-48ad-88e6-831fd907e518) ### 15. `grep` Command @@ -341,3 +357,4 @@ find -name **Output:** ## Result +Hence all the linux commands are executed and verified successfully