Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unix

How to schedule a Cron job to run 4th week of the year

linux shell unix cron

Developing a correct understanding of waitpid() and getpid()

c unix pid waitpid

What does "FILE *fp, *fopen();" do?

c unix

How do I set an environment variable in the shebang (#!) of a script that will be run by Bash?

bash unix

Getting syntax error using awk in parallel processing

how to show the third line of multiple files

linux unix awk sed

Unix Shell - Why are the same $RANDOM numbers repeated?

bash unix random zsh kali-linux

Windows equivalent of file .netrc on Unix?

windows unix ftp

How to capture output of execvp

unix named-pipes

Should different servers translate unix timestamps as different dates?

php unix date timestamp

POSIX Threads: are pthreads_cond_wait() and others systemcalls?

unix multithreading posix

In UNIX shell scripting: What does $! expand to?

unix shell ksh

AIX versus Unix commands

unix command-line aix

Implementing DHCP client

How to write ONE line of command that scp all the sub-directories in a directory to a remote machine

linux unix shell

How to line up columns using paste(1)? or how to make an aligned table merging lines in the shell?

linux bash unix scripting shell

Is it safe to thread after forking?

Unix: Print file name and line number of each line that exceeds 80 characters of each file in a folder

shell unix scripting

format output from Unix "script" command: remove backspaces, linefeeds and deleted chars?

bash unix format

What is an automatic variable in this setjmp/longjmp context?

c unix