less.hlp (30a1828c5196c415c8afc0d50f9131885d0c6b43) less.hlp (95270f73baf6fa95ae529bc2eb6a61f5c79f32c0)
1
2 SSUUMMMMAARRYY OOFF LLEESSSS CCOOMMMMAANNDDSS
3
4 Commands marked with * may be preceded by a number, _N.
5 Notes in parentheses indicate the behavior if _N is given.
6 A key preceded by a caret indicates the Ctrl key; thus ^K is ctrl-K.
7
8 h H Display this help.

--- 62 unchanged lines hidden (view full) ---

71 Each "find open bracket" command goes backward to the open bracket
72 matching the (_N-th) close bracket in the bottom line.
73
74 m_<_l_e_t_t_e_r_> Mark the current top line with <letter>.
75 M_<_l_e_t_t_e_r_> Mark the current bottom line with <letter>.
76 '_<_l_e_t_t_e_r_> Go to a previously marked position.
77 '' Go to the previous position.
78 ^X^X Same as '.
1
2 SSUUMMMMAARRYY OOFF LLEESSSS CCOOMMMMAANNDDSS
3
4 Commands marked with * may be preceded by a number, _N.
5 Notes in parentheses indicate the behavior if _N is given.
6 A key preceded by a caret indicates the Ctrl key; thus ^K is ctrl-K.
7
8 h H Display this help.

--- 62 unchanged lines hidden (view full) ---

71 Each "find open bracket" command goes backward to the open bracket
72 matching the (_N-th) close bracket in the bottom line.
73
74 m_<_l_e_t_t_e_r_> Mark the current top line with <letter>.
75 M_<_l_e_t_t_e_r_> Mark the current bottom line with <letter>.
76 '_<_l_e_t_t_e_r_> Go to a previously marked position.
77 '' Go to the previous position.
78 ^X^X Same as '.
79 ESC-M_<_l_e_t_t_e_r_> Clear a mark.
79 ESC-m_<_l_e_t_t_e_r_> Clear a mark.
80 ---------------------------------------------------
81 A mark is any upper-case or lower-case letter.
82 Certain marks are predefined:
83 ^ means beginning of the file
84 $ means end of the file
85 ---------------------------------------------------------------------------
86
87 CCHHAANNGGIINNGG FFIILLEESS

--- 68 unchanged lines hidden (view full) ---

156 -k [_f_i_l_e] . --lesskey-file=[_f_i_l_e]
157 Use a lesskey file.
158 -K ........ --quit-on-intr
159 Exit less in response to ctrl-C.
160 -L ........ --no-lessopen
161 Ignore the LESSOPEN environment variable.
162 -m -M .... --long-prompt --LONG-PROMPT
163 Set prompt style.
80 ---------------------------------------------------
81 A mark is any upper-case or lower-case letter.
82 Certain marks are predefined:
83 ^ means beginning of the file
84 $ means end of the file
85 ---------------------------------------------------------------------------
86
87 CCHHAANNGGIINNGG FFIILLEESS

--- 68 unchanged lines hidden (view full) ---

156 -k [_f_i_l_e] . --lesskey-file=[_f_i_l_e]
157 Use a lesskey file.
158 -K ........ --quit-on-intr
159 Exit less in response to ctrl-C.
160 -L ........ --no-lessopen
161 Ignore the LESSOPEN environment variable.
162 -m -M .... --long-prompt --LONG-PROMPT
163 Set prompt style.
164 -n -N .... --line-numbers --LINE-NUMBERS
165 Don't use line numbers.
164 -n ......... --line-numbers
165 Suppress line numbers in prompts and messages.
166 -N ......... --LINE-NUMBERS
167 Display line number at start of each line.
166 -o [_f_i_l_e] . --log-file=[_f_i_l_e]
167 Copy to log file (standard input only).
168 -O [_f_i_l_e] . --LOG-FILE=[_f_i_l_e]
169 Copy to log file (unconditionally overwrite).
170 -p [_p_a_t_t_e_r_n] --pattern=[_p_a_t_t_e_r_n]
171 Start at pattern (from command line).
172 -P [_p_r_o_m_p_t] --prompt=[_p_r_o_m_p_t]
173 Define new prompt.

--- 30 unchanged lines hidden (view full) ---

204 -~ ........ --tilde
205 Don't display tildes after end of file.
206 -# [_N] .... --shift=[_N]
207 Set horizontal scroll amount (0 = one half screen width).
208 --file-size
209 Automatically determine the size of the input file.
210 --follow-name
211 The F command changes files if the input file is renamed.
168 -o [_f_i_l_e] . --log-file=[_f_i_l_e]
169 Copy to log file (standard input only).
170 -O [_f_i_l_e] . --LOG-FILE=[_f_i_l_e]
171 Copy to log file (unconditionally overwrite).
172 -p [_p_a_t_t_e_r_n] --pattern=[_p_a_t_t_e_r_n]
173 Start at pattern (from command line).
174 -P [_p_r_o_m_p_t] --prompt=[_p_r_o_m_p_t]
175 Define new prompt.

--- 30 unchanged lines hidden (view full) ---

206 -~ ........ --tilde
207 Don't display tildes after end of file.
208 -# [_N] .... --shift=[_N]
209 Set horizontal scroll amount (0 = one half screen width).
210 --file-size
211 Automatically determine the size of the input file.
212 --follow-name
213 The F command changes files if the input file is renamed.
214 --header=[_N[,_M]]
215 Use N lines and M columns to display file headers.
212 --incsearch
213 Search file as each pattern character is typed in.
214 --line-num-width=N
215 Set the width of the -N line number field to N characters.
216 --mouse
217 Enable mouse input.
218 --no-keypad
219 Don't send termcap keypad init/deinit strings.
220 --no-histdups
221 Remove duplicates from command history.
216 --incsearch
217 Search file as each pattern character is typed in.
218 --line-num-width=N
219 Set the width of the -N line number field to N characters.
220 --mouse
221 Enable mouse input.
222 --no-keypad
223 Don't send termcap keypad init/deinit strings.
224 --no-histdups
225 Remove duplicates from command history.
226 --no-number-headers
227 Don't give line numbers to header lines.
228 --redraw-on-quit
229 Redraw final screen when quitting.
222 --rscroll=C
223 Set the character used to mark truncated lines.
224 --save-marks
225 Retain marks across invocations of less.
230 --rscroll=C
231 Set the character used to mark truncated lines.
232 --save-marks
233 Retain marks across invocations of less.
234 --search-options=[EFKNRW-]
235 Set default options for every search.
226 --status-col-width=N
227 Set the width of the -J status column to N characters.
236 --status-col-width=N
237 Set the width of the -J status column to N characters.
238 --status-line
239 Highlight or color the entire line containing a mark.
228 --use-backslash
229 Subsequent options use backslash as escape char.
230 --use-color
231 Enables colored text.
232 --wheel-lines=N
233 Each click of the mouse wheel moves N lines.
234
235

--- 23 unchanged lines hidden ---
240 --use-backslash
241 Subsequent options use backslash as escape char.
242 --use-color
243 Enables colored text.
244 --wheel-lines=N
245 Each click of the mouse wheel moves N lines.
246
247

--- 23 unchanged lines hidden ---