Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unix

The "> (tee -a ...)" command in Bash

bash unix tee

Is it possible to completely manage the life cycle of a process and its forks?

bash associative array key string with colon is giving error

bash unix associative-array

Using awk's ~ operator

linux bash unix awk

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