this post was submitted on 04 Jul 2023
136 points (100.0% liked)

linuxmemes

21173 readers
151 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack members of the community for any reason.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.

  • Please report posts and comments that break these rules!

    founded 1 year ago
    MODERATORS
     
    top 29 comments
    sorted by: hot top controversial new old
    [–] m15otw@feddit.uk 5 points 1 year ago (3 children)

    Ctrl+R

    Then type any part of the command (filename, search string, etc)

    Ctrl+R again to cycle through the matches.

    (Best feature in bash)

    [–] spoopyking@lemmy.fmhy.ml 3 points 1 year ago (1 children)

    Or history | grep 'command'

    [–] m15otw@feddit.uk 0 points 1 year ago (1 children)

    Can't just hit enter to run the one you want then, though.

    [–] rufus@lemmy.world 2 points 1 year ago

    Type: !1234 ... to run whatever history number of the command.

    [–] p0q@sh.itjust.works 3 points 1 year ago (1 children)

    Use fzf for a more visual search.

    [–] LeanFemurs@lemmy.world 1 points 1 year ago

    This is the way.

    [–] brakenium@lemm.ee 1 points 1 year ago (1 children)

    I've been using this for a long time, never knew I could press Ctrl + R again. Thanks!

    [–] wandering_nomad@lemmy.world 2 points 1 year ago

    Ctrl + S to go the other way if you overshoot!

    [–] HorreC@kbin.social 4 points 1 year ago (3 children)

    control shift R, then start typing, it will search your bash history

    [–] rikudou@lemmings.world 1 points 1 year ago

    I recommend using mcfly for that, it makes it even better.

    [–] fuckstick@lemmy.world 0 points 1 year ago (1 children)

    This. It took a while for it to sink in but now it’s muscle memory and a huge time saver

    [–] Bipta@kbin.social 0 points 1 year ago (1 children)

    What now? What is r? How does this work?

    [–] fuckstick@lemmy.world 0 points 1 year ago (1 children)

    CTRL+R brings up a prompt and allows you to search through commands you’ve run before. If you’ve run different variations of the command hitting CTRL+R or CTRL+SHIFT+R cycles through commands similar to what you’ve typed out.

    [–] gaiussabinus@lemmy.world 1 points 1 year ago (1 children)

    I'm new to linux and i've been using $history | grep . This information is very useful, thank you.

    [–] fuckstick@lemmy.world 1 points 1 year ago

    Sure thing! There’s lots of ways to do the same things, but either way stops you from hitting the up key a bajillion times

    [–] mrmanager@lemmy.today 0 points 1 year ago (2 children)

    Hmm, normally it's just ctrl - r... Are you sure the shift is needed on your system?

    [–] med@sh.itjust.works 1 points 1 year ago

    Some variants have ctrl+r bound to something else

    [–] lungdart@lemmy.ca 1 points 1 year ago (1 children)

    Don't forget fzf. That will really jazz up your history search!

    [–] mausy5043@lemmy.world 0 points 1 year ago (1 children)
    [–] mrmanager@lemmy.today 1 points 1 year ago

    Ok if you want to learn Linux, you need to start web searching for stuff you hear about. :)

    [–] tobier@lemmy.world 2 points 1 year ago (1 children)

    This is why I switched to fish; it seems to be much smarter understanding what I want to type.

    [–] amos@lemmy.world 2 points 1 year ago

    Yeah it's great how ctrl-r is kinda the default instead of something you have to go out of your way to use. Just start typing a command and the up arrow will only cycle through history that matches what you've typed so far.

    [–] skomposzczet@vlemmy.net 2 points 1 year ago

    up, up, up, up, up, cd .., ah there it is.

    [–] runswithjedi@lemmy.world 1 points 1 year ago

    history | grep 'command'

    I use this all the time. Even better if you add it as a function.

    [–] vimdiesel@lemmy.world 1 points 1 year ago

    ⬆️ ⬆️ ⬆️ ⬆️ ⬆️ ⬆️ ⬆️ ⬆️ ⬆️ ⬆️ ⬆️ ⬆️ ⬆️ ⬆️ ⬆️ ⬆️ ⬆️ ⬆️ ⬆️ ⬆️ ⬆️ ⬆️ ⬆️ ⬆️ ⬆️ ⬆️ ⬆️ ⬇️ ⬇️

    [–] Sketchpad01@lemmy.world 1 points 1 year ago

    Using the history command just to find the specific IP I need to ssh to

    [–] Aceticon@lemmy.world 1 points 1 year ago

    It's like the bus-stop-paradigm: If I wait just a bit longer and it will come. Meanwhile it would've been faster to walk.

    [–] pmarcilus@reddthat.com 0 points 1 year ago (1 children)

    Tfw I rather type it out instead of searching through the history

    [–] bastion@lemmy.fmhy.ml 1 points 1 year ago

    I use xonsh, which has decent history - start your command, and up arrow cycles through commands stating with what you typed.

    There's good stuff and bad stuff about xonsh.

    load more comments
    view more: next ›