Linux: The pee command, redirect stdin to multiple command pipelines
The Linux pee command will split your stdout to two or more streams which can be super handy in situations where stdin data processing in……
# Linux, Devops, Scripting, Cats and various things come to my mind
The Linux pee command will split your stdout to two or more streams which can be super handy in situations where stdin data processing in……
As a Linux sysadmin / developer you will need more than once to update files and pass those changes to other users, most likely you will do……
One of the most common operations i have to do is to replace text between strings with another string or just delete the string, to do this……
In this article i will show you how to set a users password to never expire, to do this we will use the chage command, this command can be……
I use awk very often, here are some of the one-liners i use often.…
What problem solves?…
bash utilize file descriptors to read and write data, The numerals 0 through 9 are file descriptors .…
Often i need a quick visualization of data generated in real time by a command line tool, looking for such tools i found ttyplot which is……
chmod tips and tricks!…
Automate the creation of cronjobs!…