© 2026 Hedgehog Software, LLC
stdin
Process
import { spawn } from 'node:child_process'; const ls = spawn('ls', ['-lh', '/usr']); ls.stdin.write('WRITE DATA')
@effect/platform/CommandExecutor
Sink<void, Uint8Array, never, PlatformError, never>
Sink
Stream