Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unix

What's the difference between tempfile and mktemp?

linux bash unix

Grep files containing two or more occurrence of a specific string

unix grep

Use tee (or equivalent) but limit max file size or rotate to new file

unix shell logging tee

Why ssh fails from crontab but succedes when executed from a command line?

bash unix ssh crontab

What are the rules for valid identifiers (e.g. functions, vars, etc) in Bash?

linux bash unix syntax

How to use pipe within -exec in find

unix find exec pipe

Finding days between 2 unix timestamps in php

How does C code call assembly code (e.g. optimized strlen)?

c unix assembly

How I trigger the "System Bell" in nodejs

javascript unix node.js

Piping tail output though grep twice

bash shell unix grep tail

How do I make tmux reorder windows when one is deleted?

unix tmux

Unix command to escape spaces

linux shell unix

How to move a given number of random files on Unix/Linux OS

linux unix mv

Can't remove a directory in Unix

linux unix directory rm

Configure node npm package.json so that "npm test" works on both unix and windows

windows node.js unix npm

find directories having size greater than x MB

linux shell unix

How to convert relative path to absolute path in Unix

unix

cmd 2>&1 > log vs cmd > log 2>&1 [duplicate]

Rename JPG files according to date created

linux unix command-line

how to control popen stdin, stdout, stderr redirection?

c unix