Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Recursively find files with a specific extension

linux bash

Is there a way to write a Bash function which aborts the whole execution, no matter how it is called?

bash function exit subshell

Take the first command line argument and pass the rest

bash

How to pipe input to a Bash while loop and preserve variables after loop ends

bash while-loop stdin pipe

How to use regex in file find

bash unix

Bash Shell Script - Check for a flag and grab its value

linux bash shell debian

Why sudo cat gives a Permission denied but sudo vim works fine? [duplicate]

bash shell echo cat

Shell script read missing last line

bash process

Can a Bash tab-completion script be used in zsh?

bash zsh tab-completion

Use sudo with password as parameter [closed]

linux bash sudo

find difference between two text files with one item per line [duplicate]

bash file scripting sed awk

Remove first character of a string in Bash

bash

What does >& mean?

Check if a file is executable

bash tcsh

Can colorized output be captured via shell redirect? [duplicate]

Expand a possible relative path in bash

linux bash absolute-path

Parallelize Bash script with maximum number of processes

bash

Loop background job

bash

How do I get the absolute directory of a file in bash?

linux bash shell

Create text file and fill it using bash

bash unix