Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Edit a property value in a property file from shell script

bash shell sed

What does [] do in bash? [duplicate]

bash

What value does $(shell pwd) give?

linux bash makefile

Bash command substitution ( $(...) ) forcing process to foreground

How do I find out what escape sequence my terminal needs to send?

bash ubuntu terminal tmux byobu

Bash shell...find command...names with wildcards...alias or function

bash function alias wildcard

Replace text between two strings in file using linux bash

linux bash sed

How does CVE-2014-7169 work? Breakdown of the test code

What does 'printf -v' do?

bash printf

SVN: and bash: How to tell if there are uncommitted changes

svn bash

How to simulate a cron job

perl bash scripting cron

Kill bash script foreground children when a signal comes

bash/ssh test for public key authentication

Inline bash script variables

bash

ANSI escape codes for coloring inside bash printf

bash shell

Check if all lines from one file are present somewhere in another file

linux bash awk grep

Bash 'read' command does not accept -i parameter on Mac. Any alternatives?

macos bash

Run Shellscript from Mac Automator

macos bash automator

OS X - Terminal resets after typing 'grails' command

macos bash grails terminal

What does this error mean? (SC2129: Consider using { cmd1; cmd2; } >> file instead of individual redirects.)

bash shell shellcheck