Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Pipe an input to C++ cin from Bash

c++ bash input pipe cin

Move only files recursively from multiple directories into one directory with mv

bash unix gnu directory mv

Bash script to convert windows path to linux path

linux windows bash sed path

Bash refer to previous arguments in same line

bash zsh shortcut

Replacing first column csv with variable

bash csv sed awk

Bash one liner - Test if a file exists and source if it does other exit with error

php bash testing

How can I add a newline after match is found

bash awk sed

Optimize shell script for multiple sed replacements

bash shell sed

Running Shell Script From External Directory: No such file or directory

java bash shell

Why does the bash "test -n" command give the wrong result for the $@ (dollar at) positional parameter while "! test -z" works?

bash shell

How to find Linux Distribution name using shell script?

BASH_REMATCH doesn't capture

regex bash zsh

Replacing a string in nth line a file

bash unix replace sed

jq read .txt file and write the values to json file

json bash jq

Defining subcommands that take arguments in bash

linux bash

ls not updating to reflect new files?

linux bash file ls

"-bash: python2: command not found" on OS X

python bash macos

How can I post a json string with curl that has characters that need escaping?

bash shell curl

How to use grep -e to match partial words?

linux bash grep

Add x^2 to every "nonzero" coefficient with sed/awk

bash ubuntu awk sed