Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Unable to write on /dev/* files

Store mysql result in a bash array variable

mysql bash

new tab in iTerm2

bash iterm2 iterm

Changing the prompt in a multilanguage knitr/RMarkdown document

r bash knitr r-markdown

How to pass all but the first argument to a second bash script?

bash

Forking a GitHub repo using from the command line with bash, cURL, and the GitHub API

bash curl github fork github-api

Concat array elements with comma and single quote - Bash

arrays bash ifs

Why is bash failing to create a symbolic link in /usr/local/bin?

bash terminal sublimetext3

how can I recall previous commands' arguments? (in csh, and in bash?)

bash csh tcsh

Grep multiple strings from text file

bash awk grep

How can I add multi-line bash EOD command to gitlab-ci.yml?

bash yaml gitlab-ci

Piping echo output into xargs

bash xargs

bash variable changes in loop with ffmpeg

bash loops ffmpeg

bash array using @ vs *, difference between the two

linux bash

How to echo the literal string "-e" (and nothing else) in bash?

bash escaping

How to empty an array in bash script

arrays linux bash shell

What is the source of a "with-contenv" shebang?

bash shell containers

What does the bash read -d '' do?

bash delimiter readline

Get the name of an input file passed in by redirection?

c++ bash io-redirection

How do I redirect stdin from a shell script to a command in the shell script?

bash stdin