empty
Like
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
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
No comments or reviews, maybe you want to be first?
Post comment/reviewWhat 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