Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

bash alias command with both single and double quotes

How to invoke bash, run commands inside the new shell, and then give control back to user?

shell bash

How do you diff a directory for only files of a specific type?

linux bash

How can you export your .bashrc to .zshrc?

zsh bash zshrc

Force flushing of output to a file while bash script is still running

bash file flush

cp -r without hidden files

linux bash cp

How to read MANIFEST.MF file from JAR using Bash

bash jar manifest.mf

here-document gives 'unexpected end of file' error

bash email heredoc

How do I delete all lines in a file starting from after a matching line?

linux bash sed

How do I assign ls to an array in Linux Bash?

arrays bash shell ls

In bash, how do I count the number of lines in a variable?

bash string

How to keep quotes in Bash arguments? [duplicate]

bash quotes

How can I align the columns of tables in Bash?

bash echo

Renaming part of a filename [duplicate]

bash filenames rename

Why can't I specify an environment variable and echo it in the same command line?

A confusion about ${array[*]} versus ${array[@]} in the context of a bash completion

arrays bash bash-completion

Bash: pass a function as parameter

Forward function declarations in a Bash or a Shell script?

How to get the name of the current git branch into a variable in a shell script? [duplicate]

linux git bash shell ubuntu

Pipe only STDERR through a filter

linux bash redirect