From fe913b7540c904131e9196991d51b661eb98c439 Mon Sep 17 00:00:00 2001 From: sapbotgit <120243584+sapbotgit@users.noreply.github.com> Date: Sat, 8 Nov 2025 23:02:53 +0500 Subject: [PATCH 01/10] Create autoexpect.md --- pages/linux/autoexpect.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pages/linux/autoexpect.md diff --git a/pages/linux/autoexpect.md b/pages/linux/autoexpect.md new file mode 100644 index 00000000000000..f9903d9adf4066 --- /dev/null +++ b/pages/linux/autoexpect.md @@ -0,0 +1,9 @@ +# autoexpect +> Expect script generator from watching a session +> More information: https://linux.die.net/man/1/autoexpect +- Spawn shell, and generate script from it. +`autoexpect` +- Run command, and generate script from it. +`autoexpect {{command}}` +- Run command, generate and save script from it to file. +`autoexpect -f {{file}} {{command}}` From 256f366249bc8854af4d391d885a2031fc8cd832 Mon Sep 17 00:00:00 2001 From: sapbotgit <120243584+sapbotgit@users.noreply.github.com> Date: Sat, 8 Nov 2025 23:32:29 +0500 Subject: [PATCH 02/10] Update autoexpect.md --- pages/linux/autoexpect.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pages/linux/autoexpect.md b/pages/linux/autoexpect.md index f9903d9adf4066..93dfb290468bd6 100644 --- a/pages/linux/autoexpect.md +++ b/pages/linux/autoexpect.md @@ -1,9 +1,11 @@ # autoexpect + > Expect script generator from watching a session > More information: https://linux.die.net/man/1/autoexpect -- Spawn shell, and generate script from it. + +- Spawn shell, and generate script from it: `autoexpect` -- Run command, and generate script from it. +- Run command, and generate script from it: `autoexpect {{command}}` -- Run command, generate and save script from it to file. +- Run command, generate and save script from it to file: `autoexpect -f {{file}} {{command}}` From 8c425d13c9ab8fced2aa619581fd239bf3d67b19 Mon Sep 17 00:00:00 2001 From: sapbotgit <120243584+sapbotgit@users.noreply.github.com> Date: Sat, 8 Nov 2025 23:49:04 +0500 Subject: [PATCH 03/10] Update autoexpect.md --- pages/linux/autoexpect.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pages/linux/autoexpect.md b/pages/linux/autoexpect.md index 93dfb290468bd6..4cec25521dc377 100644 --- a/pages/linux/autoexpect.md +++ b/pages/linux/autoexpect.md @@ -1,11 +1,16 @@ # autoexpect > Expect script generator from watching a session -> More information: https://linux.die.net/man/1/autoexpect +> More information: - Spawn shell, and generate script from it: + `autoexpect` + - Run command, and generate script from it: + `autoexpect {{command}}` + - Run command, generate and save script from it to file: + `autoexpect -f {{file}} {{command}}` From d32e5753133dc1242b983daa2257cf7625c778e1 Mon Sep 17 00:00:00 2001 From: sapbotgit <120243584+sapbotgit@users.noreply.github.com> Date: Sat, 8 Nov 2025 23:51:47 +0500 Subject: [PATCH 04/10] Update autoexpect.md --- pages/linux/autoexpect.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/linux/autoexpect.md b/pages/linux/autoexpect.md index 4cec25521dc377..c53f1f6b6a7ecf 100644 --- a/pages/linux/autoexpect.md +++ b/pages/linux/autoexpect.md @@ -1,7 +1,7 @@ # autoexpect -> Expect script generator from watching a session -> More information: +> Expect script generator from watching a session. +> More information: . - Spawn shell, and generate script from it: From 7852fbb9715da00fa59e89fc9860eaf0831f3e1c Mon Sep 17 00:00:00 2001 From: sapbotgit <120243584+sapbotgit@users.noreply.github.com> Date: Sun, 9 Nov 2025 06:39:23 +0500 Subject: [PATCH 05/10] Update autoexpect.md Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> --- pages/linux/autoexpect.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/autoexpect.md b/pages/linux/autoexpect.md index c53f1f6b6a7ecf..3ab35f9d7d4647 100644 --- a/pages/linux/autoexpect.md +++ b/pages/linux/autoexpect.md @@ -1,7 +1,7 @@ # autoexpect > Expect script generator from watching a session. -> More information: . +> More information: . - Spawn shell, and generate script from it: From ac9e917fc400a07f5299c7c240debbfceefe6060 Mon Sep 17 00:00:00 2001 From: sapbotgit <120243584+sapbotgit@users.noreply.github.com> Date: Wed, 12 Nov 2025 10:07:45 +0500 Subject: [PATCH 06/10] Update autoexpect.md Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> --- pages/linux/autoexpect.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/autoexpect.md b/pages/linux/autoexpect.md index 3ab35f9d7d4647..4de289a9c4535e 100644 --- a/pages/linux/autoexpect.md +++ b/pages/linux/autoexpect.md @@ -13,4 +13,4 @@ - Run command, generate and save script from it to file: -`autoexpect -f {{file}} {{command}}` +`autoexpect -f {{path/to/file}} {{command}}` From 4f50190822c25f621582aafde52c544038ff8beb Mon Sep 17 00:00:00 2001 From: sapbotgit <120243584+sapbotgit@users.noreply.github.com> Date: Wed, 12 Nov 2025 10:07:53 +0500 Subject: [PATCH 07/10] Update autoexpect.md Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> --- pages/linux/autoexpect.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/autoexpect.md b/pages/linux/autoexpect.md index 4de289a9c4535e..1f85178769b36f 100644 --- a/pages/linux/autoexpect.md +++ b/pages/linux/autoexpect.md @@ -11,6 +11,6 @@ `autoexpect {{command}}` -- Run command, generate and save script from it to file: +- Run a command, generate a script, and save the script to a specified file: `autoexpect -f {{path/to/file}} {{command}}` From 840588314c19b6d6dd25f7d5eaff7850c33e3e51 Mon Sep 17 00:00:00 2001 From: sapbotgit <120243584+sapbotgit@users.noreply.github.com> Date: Wed, 12 Nov 2025 10:08:01 +0500 Subject: [PATCH 08/10] Update autoexpect.md Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> --- pages/linux/autoexpect.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/autoexpect.md b/pages/linux/autoexpect.md index 1f85178769b36f..70384b053f6b0d 100644 --- a/pages/linux/autoexpect.md +++ b/pages/linux/autoexpect.md @@ -7,7 +7,7 @@ `autoexpect` -- Run command, and generate script from it: +- Run a command and generate a script from it: `autoexpect {{command}}` From d9a0a44b11e9279648d4d6c7ffefa9bcc2304a9c Mon Sep 17 00:00:00 2001 From: sapbotgit <120243584+sapbotgit@users.noreply.github.com> Date: Wed, 12 Nov 2025 10:08:24 +0500 Subject: [PATCH 09/10] Update autoexpect.md Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> --- pages/linux/autoexpect.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/autoexpect.md b/pages/linux/autoexpect.md index 70384b053f6b0d..656d0025eeba5d 100644 --- a/pages/linux/autoexpect.md +++ b/pages/linux/autoexpect.md @@ -3,7 +3,7 @@ > Expect script generator from watching a session. > More information: . -- Spawn shell, and generate script from it: +- Spawn a shell and generate a script from it: `autoexpect` From f78977f3643bfe68362093e9166c01c94bf0b563 Mon Sep 17 00:00:00 2001 From: sapbotgit <120243584+sapbotgit@users.noreply.github.com> Date: Wed, 12 Nov 2025 10:08:53 +0500 Subject: [PATCH 10/10] Update autoexpect.md Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> --- pages/linux/autoexpect.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/autoexpect.md b/pages/linux/autoexpect.md index 656d0025eeba5d..a093600ac1fc68 100644 --- a/pages/linux/autoexpect.md +++ b/pages/linux/autoexpect.md @@ -1,6 +1,6 @@ # autoexpect -> Expect script generator from watching a session. +> Generate a script from watching a session. > More information: . - Spawn a shell and generate a script from it: