From 368946c33965e30628312d757ef738a0dc093a9b Mon Sep 17 00:00:00 2001 From: RohitDayama181 Date: Thu, 25 Jan 2024 19:33:42 +0530 Subject: [PATCH 1/4] this is modifed command file --- basic-commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basic-commands.md b/basic-commands.md index 30a4861..de20888 100644 --- a/basic-commands.md +++ b/basic-commands.md @@ -212,7 +212,7 @@ rmdir command only deletes empty directories. ```shell [root@server0 /]# rm -vf /Demo/file1.txt ``` -rm command is use to delete files and directories. +rm command is use to delete files means which are inside of dir and directories. - examples - ```rm /Demo/file10.txt``` - ```rm -vf /Demo/file1.txt``` From 7804016fe8c4895e1bf4e8abeb71ee5214835dd3 Mon Sep 17 00:00:00 2001 From: RohitDayama181 Date: Thu, 25 Jan 2024 19:44:18 +0530 Subject: [PATCH 2/4] https://github.com/RohitDayama/linux-commands.git --- basic-commands.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/basic-commands.md b/basic-commands.md index de20888..2d9251e 100644 --- a/basic-commands.md +++ b/basic-commands.md @@ -217,3 +217,5 @@ rm command is use to delete files means which are inside of dir and directories. - ```rm /Demo/file10.txt``` - ```rm -vf /Demo/file1.txt``` - ```rm –f /Demo/*```,```rm –r /Demo``` +awk +this command is used to perform actiosn on rows wise files \ No newline at end of file From 7a6d3b9aaa548ccd507aa97864940917e0c6a403 Mon Sep 17 00:00:00 2001 From: RohitDayama181 Date: Thu, 25 Jan 2024 19:56:59 +0530 Subject: [PATCH 3/4] i have added sed command --- basic-commands.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/basic-commands.md b/basic-commands.md index 2d9251e..cb69fe8 100644 --- a/basic-commands.md +++ b/basic-commands.md @@ -218,4 +218,7 @@ rm command is use to delete files means which are inside of dir and directories. - ```rm -vf /Demo/file1.txt``` - ```rm –f /Demo/*```,```rm –r /Demo``` awk -this command is used to perform actiosn on rows wise files \ No newline at end of file +this command is used to perform actiosn on rows wise files + +sed command +is used to sedigate teh files \ No newline at end of file From f344ecb50871d583bd25055b23a33d59a7ef5edb Mon Sep 17 00:00:00 2001 From: RohitDayama181 Date: Thu, 25 Jan 2024 19:59:01 +0530 Subject: [PATCH 4/4] i have added sed command --- basic-commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basic-commands.md b/basic-commands.md index cb69fe8..de0d915 100644 --- a/basic-commands.md +++ b/basic-commands.md @@ -221,4 +221,4 @@ awk this command is used to perform actiosn on rows wise files sed command -is used to sedigate teh files \ No newline at end of file +is used to sedigate teh files. \ No newline at end of file