Hello there :)

As far as I know (searched through the web), editing/navigating a multiline in bash is not possible and opening nano, pasting and editing is to much friction I want to get rid off.

Do you have any way to speed up the process?

example of multiline:

echo \
"deb [arch="$(dpkg --print-architecture)" signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/debian \
"$(. /etc/os-release && echo "$VERSION_CODENAME")" stable" | \
sudo tee /etc/apt/sources.list.d/docker.list > /dev/null

Thank you :)

  • PopOfAfrica@lemmy.one
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    Wayland, while rapidly improving, is still just not as stable in my experience.

    It’s really whether to not you want to be bleeding edge or stable. If X11 is working for you, then it sounds quite stable.

    • deepdive@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      Thank you for your insight ! :)) I’m relatively new to linux (ubuntu/debian) and this will probably commin handy in the future :). As I read on the web it’s going to replace the X Window System. Something new to read through and learn !