I run a command twice - I'm wondering if it'll be a problem

Posted by Delirium tremens on Super User See other posts from Super User or by Delirium tremens
Published on 2010-06-11T19:24:42Z Indexed on 2010/06/11 19:33 UTC
Read the original article Hit count: 302

Filed under:
|
|
|

"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?

© Super User or respective owner

Related posts about ubuntu

Related posts about boot