Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unix

Grep a whole whitespace-separated word in bash

regex unix awk grep

Suppress output to StdOut when piping echo

bash unix echo pipe

Using execl to run a Linux command

c linux unix exec

nohup and sed, redirecting stderr and stdout

bash unix sed pipe nohup

How to run a pkill when invoking a shell to execute a string of commands?

linux bash shell unix process

Typing node looks in /usr/sbin/node instead of /usr/bin/node

node.js bash unix

find and grep and print the file name and line number

shell unix solaris

API for whereis Command in linux

linux unix c

Getting the error: bash: (program): cannot execute binary file: Exec format error, on both 32-bit and 64-bit Windows

windows bash unix executable elf

What does set -e command does in Unix?

unix

Dynamic linking, memory usage and concurrency

character array to floating point conversion

c unix type-conversion

Symbol offsets reported by objdump no longer match run-time offsets

c unix gcc objdump

How to specify timezone in linux using C

c linux unix epoch

Using sed in Linux to extract lines from a log file

linux unix awk sed grep

Not able to implement ps command to xv6

c linux unix xv6

How can I pass a custom string as argv[0] to a program

bash shell unix

How to extract string between two regexes passed as variables to awk?

shell unix awk