You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In folder E:\Test I have Example.txt file, contents text Sasha Forever:
Кот@DESKTOP-0G54NVG:E/Test$ pwd
E:/Test
I enter the command less Example.txt, but the file contents are not displayed in the terminal.
Help is work for me
Кот@DESKTOP-0G54NVG:E/Test$ less Example.txt
SUMMARY OF LESS COMMANDS
Commands marked with * may be preceded by a number, N.
Notes in parentheses indicate the behavior if N is given.
A key preceded by a caret indicates the Ctrl key; thus ^K is ctrl-K.
h H Display this help.
q :q Q :Q ZZ Exit.
---------------------------------------------------------------------------
MOVING
e ^E j ^N CR * Forward one line (or N lines).
y ^Y k ^K ^P * Backward one line (or N lines).
f ^F ^V SPACE * Forward one window (or N lines).
b ^B ESC-v * Backward one window (or N lines).
z * Forward one window (and set window to N).
w * Backward one window (and set window to N).
ESC-SPACE * Forward one window, but don't stop at end-of-file.
d ^D * Forward one half-window (and set half-window to N).
u ^U * Backward one half-window (and set half-window to N).
ESC-) RightArrow * Left one half screen width (or N positions).
ESC-( LeftArrow * Right one half screen width (or N positions).
---------------------------------------------------
Default "window" is the screen height.
Default "half-window" is half of the screen height.
---------------------------------------------------------------------------
HELP -- END -- Press g to see it again, or q when done
What should I do to display the contents of the file Example.txt?
Thanks.
The text was updated successfully, but these errors were encountered:
I'm actually going to close this in favor of the bug in vorpal-less (it's a bug with that project, not this repo). @andreGarvin feel free to take a look at vorpaljs/vorpal-less#2
In folder
E:\Test
I have Example.txt file, contents textSasha Forever
:I enter the command less Example.txt, but the file contents are not displayed in the terminal.
Help is work for me
What should I do to display the contents of the file Example.txt?
Thanks.
The text was updated successfully, but these errors were encountered: