Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

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

Echo multiple variables in same line Bash

bash echo

Why source command doesn't work with process substitution in bash 3.2?

Bash script to loop through output from AWS Command Line Client

bash loops aws-cli aws-ec2

Integer File Descriptor "0" in open()

Alternatives to system() in R for calling sed, rsync, ssh etc.: Do functions exist, should I write my own, or am I missing the point?

bash r

Strange "half to even" rounding in different languages [closed]

c ruby perl bash haskell

Sending SIGINT from keyboard to piped commands in bash

linux bash signals

Load private key manually with ssh

bash ssh private-key

Execute command multiple times with curly brackets arguments list

Bash decimal to base 62 conversion

bash shell base-conversion bc

running a program through ssh fails with "Error opening terminal: unknown."

linux bash parsing ssh pipe

How can I test my Bash script on older versions of Bash?

missing end to balance this if statement

git bash shell unix fish

Bash: How to use operator parameter expansion ${parameter@operator}?

Tool to automatically rewrite a bash script with proper quoting?

What's the difference between: ". [script]" or "source [script]", "bash [script] or $SHELL [script]", and "./ [script]" or "[script]"?

linux bash shell dot-source