Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unix

What's the difference between various $SIG{CHLD} values?

Connect: Socket operation on non-socket

c sockets unix networking

Recovering files from archive of CVS *,v files

unix scripting cvs recovery

How to use fork() in unix? Why not something of the form fork(pointerToFunctionToRun)?

Aren't pipes in UNIX supposed to be uni-directional?

c unix pipe

Variable for number of lines in a file

bash unix

Finding and replacing lines that begin with a pattern

regex unix sed

After using `exec 1>file`, how can I stop this redirection of the STDOUT to file and restore the normal operation of STDOUT?

How to find all files and separate results by comma on Unix?

bash shell unix

Splitting lines based on a delimiter in UNIX

string unix split

How do I modify my user PROFILE file to append a scripts folder I created to the end of my PATH variable? [closed]

linux unix solaris

SMB Client Commands Through Shell Script

shell unix smb

Unix command to copy last line of file to another file

file unix command

How to store result from SQLPlus to a shell variable

shell unix sqlplus

How can I concatenate a file and string into a new file in UNIX as a one line command

unix autosys

How to use "xargs" properly when argument list is too long

linux bash unix

size of machine 64 or 32 bit

unix

Change Unix password from command line over Python/Fabric

How to read /dev/random in python

python unix

How to send a file using netcat and then keep the connection alive?

sockets unix netcat