fd1
fd1 is a shorthand used in computing to denote the first file descriptor, which on most Unix-like systems corresponds to standard output.
File descriptors are non-negative integers that index into a per-process table of open files, pipes, and other
In shells and programming, redirection operators manipulate fd1. For example, in a POSIX shell, command > file
In software design, fd1 is an implementation detail for low-level I/O. Many languages expose higher-level streams
See also: file descriptor, standard streams, I/O redirection.