Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unix

How to rename() without race conditions?

linux unix race-condition

Extracting last 10 lines of a file that match "foo"

bash unix grep

Is it possible to link to the math library from inside the C source code in gcc?

c gcc include unix

How do I programmatically convert FLV video files to MP4 using a shell script in OS X?

Ever try to delete files with unix shell find? Use the -delete option

shell unix find command

Is Bash compiled or interpreted?

linux bash shell parsing unix

What are some good resources for learning network programming? [closed]

linux unix networking

Recursively scp except current directory

unix scp

How to ensure only one file is returned by checking for newline

bash unix newline

Checking a string to see if it contains numeric character in UNIX

Get the newest file based on timestamp

bash unix shell

What is newline character -- '\n'

c unix vim sed newline

Set umask for a sftp account?

unix ssh sftp

count number of tab characters in linux

bash unix csh grep

Bash: Find file with max lines count

bash unix sed awk wc

Calling multiple commands using os.system in Python

python unix subprocess command

jq sorts KEY and VALUES in different way - how can I enumerate them in the same order?

json shell unix enumeration jq

Replace multiple consecutive white spaces with one comma in Unix

unix csv sed whitespace

Cat a file Multiple times Without A Loop

bash shell unix

How do I concatenate files in a subdirectory with Unix find execute and cat into a single file?

unix command-line