Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unix

Redirect not working correctly, 2> /dev/null becomes 2 > /dev/null and stderr doesn't get redirected

unix redirect xterm

Why am I getting some extra, weird characters when making a file from grep output?

bash unix grep

how to check the current directory on Cygwin? [closed]

linux unix cygwin

Specifying port number on client side

c sockets unix

how to find the column number in a text file using unix commands

linux shell unix awk grep

How to type ^A in unix shell script/VI

shell unix vi

Quick Unix command to print non-contiguous lines from a text file?

shell unix text sed

bash script unable execute after a commented line

bash unix

Set aliases globally for all users

bash unix

Why fork() twice while daemonizing? [duplicate]

c unix fork posix daemon

Bash - how to avoid command "eval set --" evaluating variables

bash variables unix cmd eval

Iterating over command-line argument pairs

linux bash shell unix

tr -d to remove an exact string of characters from a string

bash unix awk sed tr

How to speed-up sed that uses Regex on very large single cell BAM file

Unix pipes question

unix pipe

Remove first line in text file without allocating memory for entire text file

php unix text-files

Concatenating file with path to get full path in C

c linux file unix

unix shell, redirect output but keep on stdin

unix shell io-redirection

Is there a good reason to write my own daemonize function instead of using daemon(3)?

c linux unix daemon bsd

checked and unchecked exception in .NET

c# java .net c unix