Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unix

Running Linux shell on OS X [closed]

linux macos shell unix

Extract several of jar in one command

java unix jar terminal zip

How to get error output and store it in a variable or file

shell unix permissions

Waitpid and fork/exec's non-blocking advantage over a syscall?

c linux unix fork waitpid

Echo output of a piped command

linux bash shell unix echo

How can i initialize and then iterate an array in linux makefile?

linux unix makefile gnu-make

bash: simpler way to get multiple elements of array at once?

linux bash unix

How to create a list of all words in a bunch of files?

linux unix awk command-line grep

grep to find literal [square brackets] with specific data

regex unix awk grep pcregrep

how to break one column into multiple columns in Linux [duplicate]

linux bash shell unix awk

expect fails when running proc inside proc

bash unix tcl expect

mmap() and munmap()

Replace a string which is present on first line in UNIX file

unix awk sed grep

$user or $whoami not working in a bash shell script

bash unix

stdout and stderr redirection in child process

bash unix process stdout stderr

Copy last line from multiple files into a single file

shell unix tail

stat st_mode is always equal to 16877

c unix system-calls stat

Check if bash array values are all same

arrays linux bash unix sh

How does glibc's write work?

c unix glibc