Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unix

How to improve performance of file reading by multiple threads?

c linux unix

sed regex to non-greedy replace?

Shared POSIX objects cleanup on process end / death

c unix synchronization ipc posix

What do programs see when ZFS can't deliver uncorrupted data?

KornShell - Test with variable that may be not set

shell unix scripting ksh

getopt_long vs getopt_long_only

linux unix getopt getopt-long

Struggling to use calloc and realloc to initialize arrays in C

c arrays unix

Extracting data from a file

sed grep unix

file descriptor polling

c linux unix polling

Trigger a shell script on receiving an email

unix shell

Is there any way to get ps output programmatically?

python linux macos unix ps

Echo All Palindromes, in C

Implicit Declaration of Function in C UNIX

c unix declaration implicit

How to ignore program's output when using /usr/bin/time?

Format a file in Unix/Linux ?

linux shell unix

Why is my sed command failing when using variables?

linux bash unix shell

How do I remove part of a line in a multi-line chunk using sed or Perl?

linux perl unix sed

How can I use Mac OS X (and UNIX) command line tools like grep with UTF-16 files?

macos unix unicode grep utf-16

difference between Linux kernel and UNIX kernel(such as FreeBSD) from programmer's point of view

linux unix kernel

How can I get a list of all preprocessor symbols used (or defined) within a file?

unix gcc c-preprocessor