Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

How to search and replace multiple lines with multiple lines

bash perl awk sed grep

Commandline to convert ISO8601 time to unix timestamp

bash unix-timestamp

Use "rm" command with inverse match

bash

wget bash script with parameters

bash wget

Why does shell builtin colon command ":" after variable assignment on same line cause empty string value to be assigned?

Print in bytes with "du"

bash filesize du

How to find and tail the Oracle alert log

database perl oracle bash

Default encoding for python for stderr?

python bash shell unicode

SVN: "Inconsistent line ending style" - Checking in a file with ^M intentionally

svn bash

How would one implement bash-like tab completion?

Using /dev/tcp instead of wget

linux bash wget

what does u stand for in ctrl+u? [closed]

bash keyboard-shortcuts

.bashrc not read when shell script is invoked from desktop shortcut

bash sort unusual order. Problem with spaces?

bash sorting

Curl to download and upload same file simultaneously

linux http bash curl ftp

Mysqldump creates empty file when run via cron on linux

mysql bash mysqldump

How to programmatically determine character dimensions of my terminal window?

bash: how to redirect stdin/stderr then later revert fd's?

bash redirect descriptor

Why can't string literals be used in bash regular expression tests?

sed replace with variable with multiple lines [duplicate]

bash variables sed