From 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 14 Aug 2025 22:58:58 -0500 Subject: removing all downloaded devdocs files --- devdocs/bash/command-line-editing.html | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 devdocs/bash/command-line-editing.html (limited to 'devdocs/bash/command-line-editing.html') diff --git a/devdocs/bash/command-line-editing.html b/devdocs/bash/command-line-editing.html deleted file mode 100644 index e09f153e..00000000 --- a/devdocs/bash/command-line-editing.html +++ /dev/null @@ -1,6 +0,0 @@ -

Command Line Editing

This chapter describes the basic features of the GNU command line editing interface. Command line editing is provided by the Readline library, which is used by several different programs, including Bash. Command line editing is enabled by default when using an interactive shell, unless the --noediting option is supplied at shell invocation. Line editing is also used when using the -e option to the read builtin command (see Bash Builtin Commands). By default, the line editing commands are similar to those of Emacs. A vi-style line editing interface is also available. Line editing can be enabled at any time using the -o emacs or -o vi options to the set builtin command (see The Set Builtin), or disabled using the +o emacs or +o vi options to set.

-

- Copyright © 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc.
Licensed under the GNU Free Documentation License.
- https://www.gnu.org/software/bash/manual/html_node/Command-Line-Editing.html -

-
-- cgit v1.2.3