Skip to content
Archive of posts tagged gentoo

*nix Tip of the Day: tee

tee is a handy little utility that probably all of you know about, but I just found this year. Consider the following scenario: you’re maintaining your Gentoo Linux system and you need to add a line to /etc/portage/package.unmask. So you type sudo echo “sys-kernel/gentoo-sources” >> /etc/portage/package.unmask right? Nope! The way shell parsing works, that turns [...]