Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unix

Which is faster, 'find -exec' or 'find | xargs -0'?

shell unix find xargs

Why does grep hang when run against the / directory?

Send text file, line by line, with netcat

shell unix netcat

PSCP file from Windows to Linux using private/public keys

unix private-key pscp

On Linux, how do I recursively copy files while ignoring certain names?

linux unix shell scripting copy

How to swap filenames in Unix?

unix filenames swap

What does the 'x' mean in rwx on a directory? [closed]

linux security unix

Sorting unique by column - sort command?

linux bash shell unix sorting

How to use execv system call in linux?

c linux unix exec

UNIX vs Windows memory deallocation

Filenames and linenumbers for the matches of cat and grep

unix grep cat

How do I get hardware information on Linux/Unix?

c++ c linux unix system

How to find out where all a closed source application is writing to?

c++ c perl unix shell

'whoami' does not work on mac terminal

macos node.js unix sudo

Removing duplicates on a variable without sorting

Unix Command For Benchmarking Code Running K times

Using date to get tomorrows date in Bash

bash shell unix

System call fork() and execv function

c linux unix system-calls