Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Call php function from bash - with arguments

php bash function shell call

How do I use sed to substitute the third occurrence of the same regex in the file?

bash sed

How do I extract two different keywords from two different lines in a file in bash shell?

bash awk sed

Bash: replace spaces with new line and prepend with dash

bash sed

Get hard drive model name with bash

bash terminal

Finding and moving all files while keeping directories intact

bash unix mkdir mv

How do I pipe into printf? [duplicate]

bash pipe printf zsh

extract a specific word in bash

linux bash sed awk cut

delete directories not in the file containing directory names list

bash shell xargs

for loop includes wild characters (*.c) if no files with extension .c. How do I get around? [duplicate]

Trapping Ctrl-C in ssh inside bash script

bash ssh

Capture multiline output of script and exit code

Does editing a file while some script is performing grep in it has any effect

linux bash shell grep

How to debug a shell script invoked with "exec"?

bash shell debugging

Bug or feature in Bash test operator [[ ... -eq ... ]]?

bash

bash echo environment variable containing escaped characters

linux bash printf echo

How to extract specific information from gdalinfo output?

bash image macos grep gdal

ClearCase: Is it a bug or a feature?

bash clearcase cleartool

Running bash commands in Python: os vs subprocess? [duplicate]

python bash