Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unix

How to read stdout unbuffered with Open#popen3 in Ruby

ruby unix io

How can I control the number of running processes?

linux bash shell unix

Cat with wildcard

bash shell unix

Grep finding which of the pattern ARE NOT in the file

linux unix grep

Getting the names of the first n files without listing all of them in linux

linux shell unix

Variables value gets lost in subshell

bash unix scripting

How to delete X number of files in a directory

linux unix

Is perror thread-safe?

c linux unix posix posix-api

Why does file descriptor remain after TCP connection is CLOSED?

unix tcp file-descriptor

Where are Unix errno constants in Rust?

linux unix rust

why close() system call flushing the output?

c unix dup

Cut command not working on linux [closed]

linux bash shell unix

concatenate grep output to an echo statement in UNIX

shell unix grep

AWK print command for specific rows

unix awk

Powershell to generate file paths correctly in windows and unix

windows powershell unix

Program doesn't stop after reading from pipe

c unix pipe

sort files before converting to pdf in imagemagick

How to insert a line before the FIRST and LAST matching pattern using sed

linux bash unix awk sed

Which one is faster to process? Print columns with Awk or Cut?

unix awk