LinuxCommandLibrary

ned

text editor

TLDR

Edit file

$ ned [file.txt]
copy
Edit multiple files
$ ned [file1.txt] [file2.txt]
copy
Read-only mode
$ ned -R [file.txt]
copy

SYNOPSIS

ned [options] [files]

DESCRIPTION

ned is a text editor. It provides simple text editing functionality.
The tool is a minimal editor. Basic features for quick edits.

PARAMETERS

FILES

Files to edit.
-R
Read-only mode.
--help
Display help information.

CAVEATS

Minimal feature set. Less common than nano/vim. Check if installed.

HISTORY

ned is one of several simple text editors available for command-line text editing.

SEE ALSO

nano(1), vim(1), ed(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community