4fafc00f4a
fdtools is a set of utilities for working with file descriptors. With these tools, you can examine and manipulate file descriptor properties from shell scripts, where without them you might have resorted to a different language. These tools can rewind file descriptors, switch them between blocking and nonblocking mode, and examine their inode information. On some systems (currently only Linux, as far as I know) they can also allocate, lock, and switch virtual consoles.
12 lines
202 B
Text
12 lines
202 B
Text
@comment $NetBSD: PLIST,v 1.1 2017/10/03 00:43:22 schmonz Exp $
|
|
bin/grabconsole
|
|
bin/multitee
|
|
bin/pipecycle
|
|
bin/recvfd
|
|
bin/seek0
|
|
bin/sendfd
|
|
bin/setblock
|
|
bin/statfile
|
|
bin/vc-get
|
|
bin/vc-lock
|
|
bin/vc-switch
|