I run a command twice - I'm wondering if it'll be a problem
- by Delirium tremens
"In computing, tee is a command in various command-line interpreters (shells) such as Unix shells, 4DOS/4NT and Windows PowerShell, which displays or pipes the output of a command and copies it into a file or a variable. It is primarily used in conjunction with pipes and filters."
I run
echo FRAMEBUFFER=y | sudo tee /etc/initramfs-tools/conf.d/splash
twice.
I opened the conf.d folder in Nautilus, but there isn't a splash file nor directory. I expected a file to be there with FRAMEBUFFER=y inside but there isn't. Is this going to be a problem?