You need to
sudo mount --bind "/home/user/folderApple" "/home/user/folderApple-original"
before you
sudo mount --bind "/mnt/drive/folderBanana" "/home/user/folderApple".
You need to
sudo mount --bind "/home/user/folderApple" "/home/user/folderApple-original"
before you
sudo mount --bind "/mnt/drive/folderBanana" "/home/user/folderApple".
This joke is getting old.
Oh well... I'm still laughing to AYBATU jokes, so...
It is Firefox, in that sense it's not a hard fork, but it follows upstream. ;)
I’ve taken classes for both Powershell and Linux command line in college, and the PS class focused a lot on those commands while the Linux class never once mentioned column while spending a lot of time on grep.
column belongs to util-linux
A Linux class. Never mentioned column. Mind == boggled.
Ironically grep is its own program. Although commonly it's the GNU one, so could be considered in the same group as coreutils.
baby separated values?
Interesting.
I wonder if it'll work with lsp, when it sends data to pager. I'll start testing this out.
EDIT: Whoa... 23megs for cat clone. Rust projects do have a whole lot of dependecies. I counted crates 128 for this.
Oh well. I'll start compiling.
Wait? Why cat needs replacing? Do you have a link for bat?
sysvinit with openrc-initelogind with seatdYes. I run Gentoo.
Yes. The English speakers took the word from Spanish and made in into an insult, as far as I know.
Anyway this information is relevant to me, as I'm moderator at one place. And obviously as a moderator I should identify these phrases and take action.
So... are you saying the contents of
/home/user/folderApple-originalreally changes after you bindmount something over/home/user/folderApple? This seems odd. Do you have submounts under the original directory? Try with--rbind?