empty

empty is an utility that provides an interface to execute and/or interact with processes under pseudo-terminal sessions (PTYs). In some cases empty can be the simplest replacement for TCL/expect or other similar programming tools.

Cost / License

  • Free
  • Open Source

Platforms

  • Linux
-
No reviews
0likes
0comments
0news articles

Features

Suggest and vote on features
No features, maybe you want to suggest one?

 Tags

  • automation-tool

empty News & Activities

Highlights All activities

Recent activities

No activities found.

empty information

  • Developed by

    Unknown
  • Licensing

    Open Source and Free product.
  • Alternatives

    2 alternatives listed
  • Supported Languages

    • English

Popular alternatives

View all
empty was added to AlternativeTo by aseques on and this page was last updated .
No comments or reviews, maybe you want to be first?
Post comment/review

What is empty?

empty is an utility that provides an interface to execute and/or interact with processes under pseudo-terminal sessions (PTYs). This tool is definitely useful in programming of shell scripts designed to communicate with interactive programs like telnet, ssh, ftp, etc. In some cases empty can be the simplest replacement for TCL/expect or other similar programming tools because empty:

  • can be easily invoked directly from shell prompt or script
  • does not use TCL, Perl, PHP, Python or anything else as an underlying language
  • is written entirely in C
  • has small and simple source code
  • can easily be ported to almost all UNIX-like systems