Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unix

strings.h and wrapping this macro with a macro check of whether

c++ unix macros

Joining Line Breaks in FASTA file With Condition in SED/AWK/Perl one-liner

linux perl unix sed awk

unexpected result from gnu sort

sorting unix gnu-sort

An old flaw in X Window System. How does it work?

Security strategies for storing password on disk

Having an extra characters error with sed when using curly braces or loops

windows regex unix sed cmd

Boost Plugin choices

c++ unix plugins boost

Calling unix shell script remotely from C#

c# shell unix

Help with File descriptors in Unix

linux unix

How to make expect command in expect program script to wait for exact string matching

shell unix scripting sh expect

mmap beyond end of file

unix file-io mmap

Parse mail's body using mailx and bash scripting

linux bash unix mailx

How can I get a range of line every nth interval using awk, sed, or other unix command?

unix sed awk cat

Change owner of the root folder and subfolders (Ubuntu 13.04) [closed]

linux unix ubuntu sudo chown

Exit from BASH Infinite loop in a pipeline

bash shell unix

Are the elements of the argv array always contiguous in memory?

c unix posix

restore windows command prompt tools after git bash replace them with unix tools

How to pipe data to a program which calls scanf() and read() in Linux

c linux unix pipe

Bash syntax in /etc/profile

linux bash unix sh profile

Is it safe to set IFS for a for loop and then unset it inside the for loop?

linux shell unix posix