Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

How to view the bash_history for root?

linux bash unix amazon-ec2

Regex for Linux file permissions (numeric notation)

regex linux bash grep

`msbuild` command not found, but `msbuild.exe` works fine

bash msysgit msys

Trouble when running autogen.sh

linux bash ubuntu

How to send a sequence of AT commands to a serial port in bash?

Why pipe resets current working directory?

bash shell

How to pass quoted arguments from variable to bash script [duplicate]

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