Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

sed: remove hex-character(s) within the first n characters of a file

regex bash sed

Linux: Extract the first line of a file

linux bash shell openwrt

How to decrease TCP connect() system call timeout?

bash tcp connection-timeout

Recursively deleting all "*.foo" files with corresponding "*.bar" files

bash unix recursion zsh

Escaping question mark character in sed bash script variable

regex bash sed

Bash : How to store STDOUT (&1) pointer in a variable

bash stdout io-redirection

Sed error "sed: unmatched '/'"

linux bash shell sed

Insert new line if different number appears in a column

linux bash

Bash redirect output to tty and file

bash stdout

How to add line with spaces at beginning, and with backslash at end with sed?

bash awk sed

Copy list of files from one location to another in linux

linux bash

Linux Terminal: Finding number of lines longer than x

linux bash awk terminal

Why would I use env before a command?

bash shell

Is there another regular-expression "flavor" in GNU sed?

regex bash sed

Can I put strings divided by newlines into an array using the read builtin?

How do you escape a hyphen as character range in a POSIX regex

regex bash grep

Need to crop+resize ~300000 files. Runtime = 4+ days. How can I speed up my bash script?

Bash: run an executable file in background

linux bash shell

Can I conditionally activate the Git prompt depending on the repository I'm in?

awk regex start of line anchor matches whitespace

regex bash awk