Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unix

Deleting directories using single liner command [closed]

linux shell unix rm rmdir

Writing my own shell in C, how do I run Unix executables?

c shell unix path

What is the benefit of using non-blocking sockets with the "select" function?

How to solve this fork() example in c

zombie process remove without wait C

c linux unix

Explaining the rm ./-rf "trick"

bash unix command-line rm

Difference between brk and sbrk

c unix

Need alternative to readarray/mapfile for script on older version of Bash

bash shell unix

How do I insert a line at a specific row in multiple files on Unix?

perl unix sed

How do I use the C date and time functions on UNIX?

c unix datetime date time

Why would you use umask?

c++ c unix

Rescheduling an at job

shell unix at-job

Why use a dot to execute the profile?

unix

write to a file after piping output from tail -f through to grep

linux unix grep tail centos5

How to find lines that contain more than a single whitespace between strings in unix?

unix grep

How to write `cat` in Go using pipes

unix go

Passing Variable to NR in AWK command not working

shell unix awk ksh

cut from column X until the end of a tab delimited file

linux unix cut

Delete empty lines from a file

unix sed grep

How exactly does unlink work?

perl file unix io