Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unix

Is it possible to know how many bytes have been printed to a file stream such as standard output?

c unix file size stdout

Interruption of signal handler with other signal?

linux unix signals

disable automatic line wrapping in Ubuntu terminal

how to deal with the serial port in android mobile?

vi (vim) to read an exrc file other than ~/.exrc

unix vim vi ex

What is the API for UNIX like Win 32 API in windows?

unix operating-system

Force diff/vimdiff to adjust line comparison

unix vim diff vimdiff

Learning Pipes and Processes

c unix exec fork pipe

Most efficient method to split file into multiple files based on a column

linux bash unix awk split

Find and print lines that have duplicate column value

unix awk duplicates

combine two sed commands [duplicate]

regex bash unix sed command-line

What is the naming convention for Unix FIFOs/named pipes?

Does the last line of command in bash shell script carries the exit code to the parent?

linux bash shell unix

How to view the Unix command that Ansible runs?

unix ansible

Deploy script needs to update an integer in a config file

perl unix command-line sed

Adding comma between command line parameter

Bash : expression recursion level exceeded (error token is ...)

linux bash shell unix

Why only the lowest available file descriptor is allocated in UNIX?

c linux unix

Why do unbuffered read()/write() operations use buffer cache?

c unix io