Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Don't automatically terminate git diff if changes are on one page

git bash less-unix

sort numerically in unix/ linux where "sort -V" not available [duplicate]

linux bash sorting awk sed

sed - replace second octet on an IP address

bash awk sed

How can I monitor the average number of lines added to a file per second in a bash shell? [closed]

bash shell unix

Which word occurs most frequently in a text file?

bash shell

Openscad -D command line cannot be called from shell script

bash command-line openscad

How to "setup" screen using a bash script

linux bash gnu-screen

Bash fail fast functions

bash

/usr/bin/rename: Argument list too long (mass renaming files)

bash shell find rename

What does while(($#)); do ...; shift; done mean in bash, and why would someone use it?

bash parameters while-loop

use tensorflow on pyCharm

Multiple databases and collections mongodump

bash mongodb mongodump

How to see man page of `read` command when only `read(2)` shows up by `whatis` in Bash?

linux bash shell ubuntu

How to disable a shopt option in Bash?

bash shopt

Git autocomplete for custom bash functions

git bash bash-completion

Reverse four length of letters with sed in unix

bash unix sed

Bash script throws syntax errors when the 'extglob' option is set inside a subshell or function

bash

Save modifications in place with NON GNU awk

Why does this `grep -o` fail, and how should I work around it?

regex bash grep

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