Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unix

Clearing output of a terminal program in Linux C

c linux unix terminal

Build a file with large string

Is there such a thing as a posix lstatat call?

c++ c linux unix posix

what if tail fails while reading from pipe

c unix pipe stderr tail

undefined reference to main issue

c unix

Unix c program to list directories recursively

c unix posix

tcsh - Command line arguments beginning with dash (-)

shell unix tcsh

Unix cut command for empty string

string unix cut

Break down JSON string in simple perl or simple unix?

objective-c c json perl unix

glibc documentation and endianness

Find line starts with and replace in linux using sed [duplicate]

linux bash shell unix sed

Why does my process counting script give false positives?

linux bash unix shell scripting

awk: how to extract from file A the columns with indexes specified in file B?

bash unix awk

How to add prefix to words between demarkers after encountering a certain pattern

unix sed scripting prefix

determine file permissions for the current user

c unix posix file-permissions

Using Sleep() while using timers through setitimer

c++ unix timer sleep

How to use AWK to grab a row in a file by a certain column

bash unix awk grep

Are bitwise operators supported in regular shell /bin/sh (not bash)

Can't run bash shell with Java

java linux bash unix ubuntu

Difference between `exec n<&0 < file` and `exec n<file` commands and some general questions regarding exec command

linux shell unix while-loop exec