logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Open File Descriptor - Manage File Access | Online Free DevTools by Hexmos

Open file descriptors for read and write with this command. Manage file access and network connections directly from the command line. Free online tool, no registration required.

less-than-more-than

Open a file descriptor for read and write. More information: https://www.gnu.org/software/bash/manual/bash.html#Opening-File-Descriptors-for-Reading-and-Writing.

  • Open a file in a file descriptor for read an write:

exec {{3}}<>{{path/to/file}}

  • Open a file descriptor to a remote connection:

exec {{3}}<>/dev/{{tcp}}/{{remote_host}}/{{port_number}}

  • Close a file descriptor:

exec {{3}}<>-

return

See Also