Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unix

Practical difference between .pls and .sql file in oracle

oracle unix sqlplus ksh

Process large amount of data using bash

linux bash unix awk bigdata

How does/frequent unix tee command write stdout terminal output to file? if the output is too big

linux bash unix tee

Using pipes in an alias

bash shell unix awk alias

xv6 KERNBASE limitation of process memory

unix process kernel xv6

Get Tuesday and Wednesday next week, with Linux date command

linux unix

How to execute 'iftop' without sudo

linux unix sudoers

pread for very large files

c unix file-io posix

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

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