Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unix

Trying to use execvp() in C with user input in unix

Conditional sections in AIX Makefiles

Splitting huge CSV file

bash csv unix cut

File Manipulation: Scripting Question

python perl file unix scripting

haskell System.Process.createProcess redirect stdout and stderr

unix haskell io

How do I replace the word "hello" with "goodbye" in every file in this directory, and also recursively?

linux unix grep

How to see file handles like with "lsof -l"?

simple shell script in cygwin

unix shell cygwin

Why I can't add fish to /etc/shells?

Quoting command-line arguments in shell scripts

unix shell wine

Swapping the first word with itself 3 times only if there are 4 words only using sed

linux unix sed

grep only one occurrence

linux shell unix grep

Adding data from an array to a new column in a file using bash [duplicate]

bash unix

Unix program using the wrong function from shared libraries

gcc shared-libraries unix

Unix sort using unknown delimiter (last column)

bash unix sorting delimiter

Require exactly 1 trailing newline in a file

perl unix awk sed

Trap ERR strange behaviour (infinite loop) depending on how function is defined

function shell unix ksh

Cron Job + Twitter

php unix cron twitter

Replace strings with evaluated string based on matched group (elegant way, not using for .. in)

linux shell unix sed awk