Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unix

make: *** No rule to make target `main.c', needed by `main.o'. Stop

c unix gnu-make

Run shell script for every file in directory

linux bash unix find xargs

Using sigaction(), c

extract a string after a pattern

unix sed awk pattern-matching

Different execution orders cause differences in performance of a Pthread program

How does rm work? What does rm do? [closed]

linux unix filesystems posix

Why does the read end of a pipe read EOF only if the write end is closed?

c unix pipe

How to read email from command line in linux?

warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘long int’ [-Wformat=]

Is UNIX time universal

UNIX Socket permissions (Linux)

c linux sockets unix

Why do pipes have a limited capacity?

c unix system-calls

Default write behaviour - O_TRUNC or O_APPEND?

How to autocomplete at the KornShell command line with the vi editor

unix shell vi ksh aix

Is there a special restriction on commands executed by cron? [duplicate]

linux unix cron

join 3 files by first Column with join (was awk)?

bash unix awk text-files

unix commandline for inline replacement of all newlines in file with <br>\n

bash unix command-line sed

Find a process ID by name

ruby unix

Execute Java from command line

java unix command-line

How Do I Store and Retrieve a Struct into a Shared Memory Area in C

c unix shared-memory