Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

How do I call a function in bash if there is an alias by the same name?

bash function alias

Bash array creation: ("$@") vs ($@)

linux bash shell

How to send the syslog output to stdout? [duplicate]

c linux bash shell syslog

What is the difference between 'sort -u' and 'uniq'?

bash sorting uniq

Consume stdin multiple times in bash script

bash tee

Getting a dynamic bash prompt PS1 right

bash ps1

How to Use Find - exec and Tr to process a large number of files

bash find exec tr

Bash history expansion with tab completion

bash bash-completion

Pipe script and binary data to stdin via ssh

bash ssh tar

How to make asynchronous function calls in shell scripts

bash shell curl asynchronous

Bash script for pairwise comparisons

bash vcftools

Why SIGINT can stop bash in terminal but not via kill -INT?

linux bash shell signals

tar exclude not working

linux bash

batch renaming of files with perl expressions

Bash recursively replace many spaces on names

Can anyone explain, why "git status" touches the .git directory?

git bash github git-status

How to use bash substitution to append a newline at the end of each element of a list

bash

Running system command under interactive bash shell

bash perl

Double curly braces in bash - bad substitution

bash

Need to split a string in Bash separated by a colon and assign to variables

bash shell