Skip to content
Merged
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions pages/linux/autoexpect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# autoexpect

> Expect script generator from watching a session.
> More information: <https://manned.org/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}}`