ned
text editor
TLDR
Edit file
$ ned [file.txt]
Edit multiple files$ ned [file1.txt] [file2.txt]
Read-only mode$ ned -R [file.txt]
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.
