We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ac2a18 commit 02eae30Copy full SHA for 02eae30
pages/linux/autoexpect.md
@@ -0,0 +1,16 @@
1
+# autoexpect
2
+
3
+> Generate a script from watching a session.
4
+> More information: <https://manned.org/autoexpect>.
5
6
+- Spawn a shell and generate a script from it:
7
8
+`autoexpect`
9
10
+- Run a command and generate a script from it:
11
12
+`autoexpect {{command}}`
13
14
+- Run a command, generate a script, and save the script to a specified file:
15
16
+`autoexpect -f {{path/to/file}} {{command}}`
0 commit comments