unreachable.cloud
  • Communities
  • Create Post
  • Create Community
  • heart
    Support Lemmy
  • search
    Search
  • Login
  • Sign Up
weird@sub.wetshaving.social to linuxmemes@lemmy.world · 7 hours ago

That is the way

sub.wetshaving.social

message-square
53
fedilink
343

That is the way

sub.wetshaving.social

weird@sub.wetshaving.social to linuxmemes@lemmy.world · 7 hours ago
message-square
53
fedilink
alert-triangle
You must log in or register to comment.
  • astrsk@fedia.io
    link
    fedilink
    arrow-up
    1
    ·
    11 minutes ago

    z myDir

  • Crazyslinkz@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    32 minutes ago
    cd ..
    pwd
    
  • Bappity@lemmy.world
    link
    fedilink
    English
    arrow-up
    42
    ·
    edit-2
    3 hours ago
    $ cd ..
    $ ls
    $ cd ..
    $ ls
    

    “hmm yes… everything seems to be in order”

    • LiveLM@lemmy.zip
      link
      fedilink
      English
      arrow-up
      6
      ·
      edit-2
      41 minutes ago

      I need a shell/plugin/tool/whatever that always shows me the content of the current dir in a little popup or something.

      Anything I do in the shell is like cd this, ls, cd there, ls *, I feel like a have the navigational awareness of a amnesiac goldfish

      • Prime@lemmy.sdf.org
        link
        fedilink
        arrow-up
        1
        ·
        7 minutes ago

        It is called windows 2000 explorer and it’s great for file operations :) In Linux i have yet to find a really good replacement ;(

      • Bappity@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        8 minutes ago

        that, or you have to make ABSOLUTELY SURE that you haven’t accidentally pressed a button on your keyboard that has inevitably resulted in the total destruction of the directory contents

      • Fushuan [he/him]@lemm.ee
        link
        fedilink
        arrow-up
        2
        ·
        6 minutes ago

        Put this in bashrc or whatever flavour of shells’s bashrc you use:

        function cs () { cd “$@” && ls }

        I didnt remember the function sintax of bash so I just copied it from SO.

    • peoplebeproblems@midwest.social
      link
      fedilink
      English
      arrow-up
      2
      ·
      55 minutes ago

      Sometimes I throw off the linux admin reading my log by throwing in a pwd before going to the next one. Know it’s not gonna be in that directory you know?

  • zqwzzle@lemmy.ca
    link
    fedilink
    English
    arrow-up
    7
    ·
    2 hours ago

    Try zoxide

    • Danitos@reddthat.com
      link
      fedilink
      arrow-up
      2
      ·
      13 minutes ago

      zoxide, btop and lazygit are a must for me in any computer.

    • lobut@lemmy.ca
      link
      fedilink
      arrow-up
      2
      ·
      2 hours ago

      Yup. I usually have zoxide installed. It’s grand.

  • _thebrain_@sh.itjust.works
    link
    fedilink
    arrow-up
    9
    ·
    edit-2
    3 hours ago

    cd …

    <Up arrow>

    <Up arrow>

    <Up arrow>

    <Up arrow>

    • _stranger_@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      2 hours ago

      cd …

      history

      !1

      !1

      !1

      …

      • d00phy@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        48 minutes ago
        cd ..
        !!
        !!
        !!
        
  • kibiz0r@midwest.social
    link
    fedilink
    English
    arrow-up
    4
    ·
    3 hours ago

    cd - helps

  • Fizz@lemmy.nz
    link
    fedilink
    arrow-up
    7
    ·
    3 hours ago

    Me doing it the worst way > opening up dolphin(file explorer) navigating to the folder then opening terminal there.

    • palmtrees2309@lemm.ee
      link
      fedilink
      English
      arrow-up
      2
      ·
      45 minutes ago

      Doesnt dolphin has a terminal in built so you can watch files in gui and still use cli?

  • Ganbat@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    9
    ·
    4 hours ago

    Tbf it is less key presses since you can generally just recall the last command.

  • xor@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    6
    ·
    3 hours ago
    cd ..  
    ls  
    ls -la  
    cd ..  
    ls  
    cd ..   
    rm -rf /  
    
  • funkajunk@lemm.ee
    link
    fedilink
    English
    arrow-up
    22
    ·
    5 hours ago

    I alias .. to cd ..

    Works for me 🤷🏻

    • Bonsoir@lemmy.ca
      link
      fedilink
      arrow-up
      18
      ·
      4 hours ago

      I do that too!
      I also alias ... to cd ../... I’ll be honest, I often forget to do it, but in theory it can speed things up.

  • Drekaridill@feddit.is
    link
    fedilink
    Íslenska
    arrow-up
    28
    ·
    6 hours ago

    cd … ls cd … ls cd … ls cd … ls

  • Zachariah@lemmy.world
    link
    fedilink
    arrow-up
    44
    ·
    edit-2
    6 hours ago

    cd ..
    ⭡ ⏎
    ⭡ ⏎
    ⭡ ⏎

    • maxprime@lemmy.ml
      link
      fedilink
      arrow-up
      7
      ·
      6 hours ago

      Oh, shit.

  • billwashere@lemmy.world
    link
    fedilink
    English
    arrow-up
    16
    ·
    edit-2
    6 hours ago

    Or the alias I have set up

    ……

    • AtHeartEngineer@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      2 hours ago

      Ya, this is the way. I use ... all the time

    • confusedpuppy@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      8
      ·
      5 hours ago

      I kept saying “cd up” in my mind so I just made an alias for cdu, became a reflex within the next day

    • not_woody_shaw@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      4 hours ago

      Once you’ve typed … you know if you type more dots it’s to go up more dir, so you don’t really need two dots for each additional dir.

      • billwashere@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        4 hours ago

        Yeah so it was five dots for four directories up. I also have

        … for 2

        And

        …. for 3

        I don’t think I have one for 5. I’d have to look. I also use autojump and fzf which is very useful.

  • OpenStars@discuss.online
    link
    fedilink
    English
    arrow-up
    24
    ·
    6 hours ago

    Depending on where you are, maybe just “cd”.

    • Midnight Wolf@lemmy.world
      link
      fedilink
      English
      arrow-up
      6
      ·
      4 hours ago

      Smh when are you going to upgrade to dvd

  • NorthWestWind@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    3 hours ago

    cd ./…
    cd …/._

linuxmemes@lemmy.world

linuxmemes@lemmy.world

Subscribe from Remote Instance

Create a post
You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: [email protected]

Hint: :q!


Sister communities:
  • [email protected]
  • [email protected]
  • [email protected]
  • [email protected]

Community rules (click to expand)

1. Follow the site-wide rules
  • Instance-wide TOS: https://legal.lemmy.world/tos/
  • Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack users for any reason. This includes using blanket terms, like “every user of thing”.
  • Don’t get baited into back-and-forth insults. We are not animals.
  • 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.
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, no politics, no trolling or ragebaiting.
4. No recent reposts
  • Everybody uses Arch btw, can’t quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
5. 🇬🇧 Language/язык/Sprache
  • This is primarily an English-speaking community. 🇬🇧🇦🇺🇺🇸
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
6. (NEW!) Regarding public figures

We all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.

  • Keep discussions polite and free of disparagement.
  • We are never in possession of all of the facts. Defamatory comments will not be tolerated.
  • Discussions that get too heated will be locked and offending comments removed.

 

Please report posts and comments that break these rules!


Important: never execute code or follow advice that you don’t understand or can’t verify, especially here. The word of the day is credibility. This is a meme community – even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don’t remove France.

Visibility: Public
globe

This community can be federated to other instances and be posted/commented in by their users.

  • 2.16K users / day
  • 5.38K users / week
  • 9.34K users / month
  • 19.1K users / 6 months
  • 1 local subscriber
  • 25.1K subscribers
  • 1.64K Posts
  • 74.4K Comments
  • Modlog
  • mods:
  • Kevin@lemmy.world
  • zephyr@lemmy.world
  • rtxn@lemmy.world
  • BE: 0.19.5
  • Modlog
  • Instances
  • Docs
  • Code
  • join-lemmy.org