Is there a way to go back to column 1 in less?Is there a way to dynamically refresh the less command?Is there...
How are steel imports supposed to threaten US national security?
"Es gefällt ihm." How to identify similar exceptions?
Concrete description of lift in Arens-Eells space
Is the text of all UK treaties and laws public?
Is this homebrew tower shield overpowered?
Abuse of Illusory Reality
Low-magic medieval fantasy clothes that allow the wearer to grow?
3x3 self-descriptive squares
A sentient carnivorous species trying to preserve life. How could they find a new food source?
How to discipline overeager engineer
How come the Russian cognate for the Czech word "čerstvý" (fresh) means entirely the opposite thing (stale)?
Difference between $HOME and ~
Should I reveal productivity tricks to peers, or keep them to myself in order to be more productive than the others?
Why do English transliterations of Arabic names have so many Qs in them?
Had there been instances of national states banning harmful imports before the mid-19th C Opium Wars?
False Shadow of an Orb
Rat proofing compost bin but allowing worms in
What are the rules for punctuating a conversation?
Find the percentage
What is the fastest way to move in Borderlands 3?
Minimum number of MPs
Meaning/translation of title "The Light Fantastic" By Terry Pratchett
Why didn't Trudy wear a breathing mask in Avatar?
Goose Gone Fishing
Is there a way to go back to column 1 in less?
Is there a way to dynamically refresh the less command?Is there any way to exit “less” without clearing the screen?less follow mode - clear screenless is always case-insensitiveless '+>' /path/to/fileIs there a way for “less” to truncate lines and still exit after < 1 screen?Difference between less -r and less -RIdeal column widths in lessIs there a way to disable the delay of less +F?Override less defaults
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{
margin-bottom:0;
}
At times, my software (generally while testing) outputs very long lines, so I use the -S command line option which means I see one line instead of possibly many screens of data.
Once in a while, I like to verify that data which means I scroll right through the very long (wide) line.
Once I'm done, I'd like to be able to come back to column 1 with a key. I tried 0 and 1 and ^ (i.e. like in vim) but it doesn't look like that works. I'm thinking that there may not be a way even though you'd think that's an important feature...
less
add a comment
|
At times, my software (generally while testing) outputs very long lines, so I use the -S command line option which means I see one line instead of possibly many screens of data.
Once in a while, I like to verify that data which means I scroll right through the very long (wide) line.
Once I'm done, I'd like to be able to come back to column 1 with a key. I tried 0 and 1 and ^ (i.e. like in vim) but it doesn't look like that works. I'm thinking that there may not be a way even though you'd think that's an important feature...
less
The left arrow key?
– muru
37 mins ago
If you are 10 or even 20 screens to the right, that's a lot of left arrows...
– Alexis Wilke
4 mins ago
add a comment
|
At times, my software (generally while testing) outputs very long lines, so I use the -S command line option which means I see one line instead of possibly many screens of data.
Once in a while, I like to verify that data which means I scroll right through the very long (wide) line.
Once I'm done, I'd like to be able to come back to column 1 with a key. I tried 0 and 1 and ^ (i.e. like in vim) but it doesn't look like that works. I'm thinking that there may not be a way even though you'd think that's an important feature...
less
At times, my software (generally while testing) outputs very long lines, so I use the -S command line option which means I see one line instead of possibly many screens of data.
Once in a while, I like to verify that data which means I scroll right through the very long (wide) line.
Once I'm done, I'd like to be able to come back to column 1 with a key. I tried 0 and 1 and ^ (i.e. like in vim) but it doesn't look like that works. I'm thinking that there may not be a way even though you'd think that's an important feature...
less
less
asked 41 mins ago
Alexis WilkeAlexis Wilke
1,1447 silver badges18 bronze badges
1,1447 silver badges18 bronze badges
The left arrow key?
– muru
37 mins ago
If you are 10 or even 20 screens to the right, that's a lot of left arrows...
– Alexis Wilke
4 mins ago
add a comment
|
The left arrow key?
– muru
37 mins ago
If you are 10 or even 20 screens to the right, that's a lot of left arrows...
– Alexis Wilke
4 mins ago
The left arrow key?
– muru
37 mins ago
The left arrow key?
– muru
37 mins ago
If you are 10 or even 20 screens to the right, that's a lot of left arrows...
– Alexis Wilke
4 mins ago
If you are 10 or even 20 screens to the right, that's a lot of left arrows...
– Alexis Wilke
4 mins ago
add a comment
|
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f544548%2fis-there-a-way-to-go-back-to-column-1-in-less%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f544548%2fis-there-a-way-to-go-back-to-column-1-in-less%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
The left arrow key?
– muru
37 mins ago
If you are 10 or even 20 screens to the right, that's a lot of left arrows...
– Alexis Wilke
4 mins ago