Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unix

Prevent unix tree from displaying back-slash before spaces

How can I monitor the average number of lines added to a file per second in a bash shell? [closed]

bash shell unix

Compute logarithms in dc

unix logarithm dc

How to get sudo username in python?

python 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

Reverse four length of letters with sed in unix

bash unix sed

Piping as interprocess communication

unix piping

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