From 8f6704dde093f57c5db6e58b47a1b97a236b2417 Mon Sep 17 00:00:00 2001 From: Debasis Mandal Date: Mon, 5 Oct 2020 13:40:49 +0530 Subject: [PATCH 01/16] w: add file show who is logged in and their processes. --- pages/linux/w.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 pages/linux/w.md diff --git a/pages/linux/w.md b/pages/linux/w.md new file mode 100644 index 00000000000000..d15dc5178de6d9 --- /dev/null +++ b/pages/linux/w.md @@ -0,0 +1,21 @@ +# w + +> Display who is logged in and their processes. + +> More information: . + +- Show information of all users logged in: + +`w` + +- Show information of specific user: + +`w {{user}}` + +- Don’t print the header: + +`w -h` + +- Short format,ignore login time, JCPU or PCPU times: + +`w -s` From c5dcb602dce10d8c2766fc4a4f74e6b20e6894e0 Mon Sep 17 00:00:00 2001 From: Debasis Mandal Date: Mon, 5 Oct 2020 13:45:18 +0530 Subject: [PATCH 02/16] w: add page fixed basic typos --- pages/linux/w.md | 1 - 1 file changed, 1 deletion(-) diff --git a/pages/linux/w.md b/pages/linux/w.md index d15dc5178de6d9..42abad1d48e37a 100644 --- a/pages/linux/w.md +++ b/pages/linux/w.md @@ -1,7 +1,6 @@ # w > Display who is logged in and their processes. - > More information: . - Show information of all users logged in: From e72d6950e59197a0792cc04f7cd34e918c12e593 Mon Sep 17 00:00:00 2001 From: Debasis Mandal Date: Tue, 6 Oct 2020 19:26:42 +0530 Subject: [PATCH 03/16] Update pages/linux/w.md changed to long argument format. Co-authored-by: Axel Navarro --- pages/linux/w.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/w.md b/pages/linux/w.md index 42abad1d48e37a..82d25291309707 100644 --- a/pages/linux/w.md +++ b/pages/linux/w.md @@ -13,7 +13,7 @@ - Don’t print the header: -`w -h` +`w --no-header` - Short format,ignore login time, JCPU or PCPU times: From c38748b0f2331b3b4847d801163bd129a6cdd80e Mon Sep 17 00:00:00 2001 From: Debasis Mandal Date: Tue, 6 Oct 2020 19:27:04 +0530 Subject: [PATCH 04/16] Update pages/linux/w.md changed to long argument format. Co-authored-by: Axel Navarro --- pages/linux/w.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/w.md b/pages/linux/w.md index 82d25291309707..51ec617026eeb5 100644 --- a/pages/linux/w.md +++ b/pages/linux/w.md @@ -17,4 +17,4 @@ - Short format,ignore login time, JCPU or PCPU times: -`w -s` +`w --short` From f5b4a6c0781026988216f9c0321aed22df189b38 Mon Sep 17 00:00:00 2001 From: Debasis Mandal Date: Tue, 6 Oct 2020 19:27:40 +0530 Subject: [PATCH 05/16] Update pages/linux/w.md Improved readability. Co-authored-by: Axel Navarro --- pages/linux/w.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/w.md b/pages/linux/w.md index 51ec617026eeb5..1f994c1e832158 100644 --- a/pages/linux/w.md +++ b/pages/linux/w.md @@ -11,7 +11,7 @@ `w {{user}}` -- Don’t print the header: +- Display information without include the header: `w --no-header` From d04377380d4f3c3901caeb3f3ccea4884ecae74f Mon Sep 17 00:00:00 2001 From: Debasis Mandal Date: Tue, 6 Oct 2020 19:27:53 +0530 Subject: [PATCH 06/16] Update pages/linux/w.md Co-authored-by: Axel Navarro --- pages/linux/w.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/w.md b/pages/linux/w.md index 1f994c1e832158..5980ee3744bc42 100644 --- a/pages/linux/w.md +++ b/pages/linux/w.md @@ -15,6 +15,6 @@ `w --no-header` -- Short format,ignore login time, JCPU or PCPU times: +- Display information without include login, JCPU and PCPU columns: `w --short` From 9fa57116d88d7ec7851a27df72f0f35beedfda37 Mon Sep 17 00:00:00 2001 From: Debasis Mandal Date: Tue, 6 Oct 2020 19:28:06 +0530 Subject: [PATCH 07/16] Update pages/linux/w.md Co-authored-by: Axel Navarro --- pages/linux/w.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/w.md b/pages/linux/w.md index 5980ee3744bc42..9f1a827ad495f2 100644 --- a/pages/linux/w.md +++ b/pages/linux/w.md @@ -3,7 +3,7 @@ > Display who is logged in and their processes. > More information: . -- Show information of all users logged in: +- Display information of all users logged in: `w` From ab94f89fe59a336169f5608860e378ff400f63b4 Mon Sep 17 00:00:00 2001 From: Debasis Mandal Date: Tue, 6 Oct 2020 19:28:19 +0530 Subject: [PATCH 08/16] Update pages/linux/w.md Co-authored-by: Axel Navarro --- pages/linux/w.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/w.md b/pages/linux/w.md index 9f1a827ad495f2..8df2b75e650ff8 100644 --- a/pages/linux/w.md +++ b/pages/linux/w.md @@ -7,7 +7,7 @@ `w` -- Show information of specific user: +- Display information for a specific user: `w {{user}}` From 6874f13ed32b399565d30b0c12e7615d394494cc Mon Sep 17 00:00:00 2001 From: Debasis Mandal Date: Wed, 7 Oct 2020 12:25:07 +0530 Subject: [PATCH 09/16] Update pages/linux/w.md Co-authored-by: Starbeamrainbowlabs --- pages/linux/w.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/w.md b/pages/linux/w.md index 8df2b75e650ff8..dae06fe3652fe6 100644 --- a/pages/linux/w.md +++ b/pages/linux/w.md @@ -3,7 +3,7 @@ > Display who is logged in and their processes. > More information: . -- Display information of all users logged in: +- Display information about all users who are currently logged in: `w` From 1b30dacf3d4bd5daebcef03f7c2781f7c9fc664e Mon Sep 17 00:00:00 2001 From: Debasis Mandal Date: Wed, 7 Oct 2020 12:25:18 +0530 Subject: [PATCH 10/16] Update pages/linux/w.md Co-authored-by: Starbeamrainbowlabs --- pages/linux/w.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/w.md b/pages/linux/w.md index dae06fe3652fe6..5c15268d1f3d03 100644 --- a/pages/linux/w.md +++ b/pages/linux/w.md @@ -7,7 +7,7 @@ `w` -- Display information for a specific user: +- Display information about a specific user: `w {{user}}` From 26400c00f5b1027e6debd6f6258601f683605a14 Mon Sep 17 00:00:00 2001 From: Debasis Mandal Date: Wed, 7 Oct 2020 12:26:04 +0530 Subject: [PATCH 11/16] Update pages/linux/w.md Co-authored-by: Starbeamrainbowlabs --- pages/linux/w.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/w.md b/pages/linux/w.md index 5c15268d1f3d03..1c0c1334d34fe8 100644 --- a/pages/linux/w.md +++ b/pages/linux/w.md @@ -11,7 +11,7 @@ `w {{user}}` -- Display information without include the header: +- Display information without including the header: `w --no-header` From 2cb285255328c6b16c2d23ab373d8b0951a168ae Mon Sep 17 00:00:00 2001 From: Debasis Mandal Date: Wed, 7 Oct 2020 12:26:25 +0530 Subject: [PATCH 12/16] Update pages/linux/w.md added suggestions Co-authored-by: Starbeamrainbowlabs --- pages/linux/w.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/w.md b/pages/linux/w.md index 1c0c1334d34fe8..7abbb0a1419903 100644 --- a/pages/linux/w.md +++ b/pages/linux/w.md @@ -15,6 +15,6 @@ `w --no-header` -- Display information without include login, JCPU and PCPU columns: +- Display information without including the login, JCPU and PCPU columns: `w --short` From 9684c1d9653ec0dbdfc756fc49d13070718d4937 Mon Sep 17 00:00:00 2001 From: Debasis Mandal Date: Wed, 7 Oct 2020 13:08:41 +0530 Subject: [PATCH 13/16] git-replace: add page added page for git-replace command. --- pages/common/git-replace.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/common/git-replace.md diff --git a/pages/common/git-replace.md b/pages/common/git-replace.md new file mode 100644 index 00000000000000..b47c857f08d74d --- /dev/null +++ b/pages/common/git-replace.md @@ -0,0 +1,16 @@ +# git replace + +> Create, list, delete refs to replace objects. +> More information: . + +- Replace any commit with a different one, rest commits unchanged: + +`git replace {{object}} {{replacement}}` + +- Delete existing replace refs for the given objects: + +`git replace --delete {{object}}` + +- Edit an object’s content interactively: + +`git replace --edit {{object}}` From 00c4b223ed415e7b309ebe2eaef59dff46b8df2c Mon Sep 17 00:00:00 2001 From: Debasis Mandal Date: Sat, 10 Oct 2020 01:41:16 +0530 Subject: [PATCH 14/16] Update pages/common/git-replace.md Co-authored-by: Axel Navarro --- pages/common/git-replace.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/git-replace.md b/pages/common/git-replace.md index b47c857f08d74d..6a9bcd1fb18242 100644 --- a/pages/common/git-replace.md +++ b/pages/common/git-replace.md @@ -1,7 +1,7 @@ # git replace > Create, list, delete refs to replace objects. -> More information: . +> More information: . - Replace any commit with a different one, rest commits unchanged: From 4260710f549f18b4cbd3b8fb9cbe806ff61fc1a5 Mon Sep 17 00:00:00 2001 From: Debasis Mandal Date: Sat, 10 Oct 2020 01:42:10 +0530 Subject: [PATCH 15/16] Update pages/common/git-replace.md Co-authored-by: Starbeamrainbowlabs --- pages/common/git-replace.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/git-replace.md b/pages/common/git-replace.md index 6a9bcd1fb18242..0ad01c13882467 100644 --- a/pages/common/git-replace.md +++ b/pages/common/git-replace.md @@ -1,6 +1,6 @@ # git replace -> Create, list, delete refs to replace objects. +> Create, list, and delete refs to replace objects. > More information: . - Replace any commit with a different one, rest commits unchanged: From a00f9a8f6196f85b5a006fb000ca426a73714255 Mon Sep 17 00:00:00 2001 From: Debasis Mandal Date: Sat, 10 Oct 2020 01:42:24 +0530 Subject: [PATCH 16/16] Update pages/common/git-replace.md Co-authored-by: Starbeamrainbowlabs --- pages/common/git-replace.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/git-replace.md b/pages/common/git-replace.md index 0ad01c13882467..34749127e6ac7f 100644 --- a/pages/common/git-replace.md +++ b/pages/common/git-replace.md @@ -3,7 +3,7 @@ > Create, list, and delete refs to replace objects. > More information: . -- Replace any commit with a different one, rest commits unchanged: +- Replace any commit with a different one, leaving other commits unchanged: `git replace {{object}} {{replacement}}`