Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Bash CTRL to move cursor between words/strings

bash

grep for multiple strings in file on different lines (ie. whole file, not line based search)?

bash awk grep

How do I do if statement arithmetic in bash?

bash scripting

Double parenthesis with and without dollar

bash

Checking for environment variables

linux bash shell

Running Openssl from a bash script on windows - Subject does not start with '/'

windows string bash openssl

Unset readonly variable in bash

bash unset

How to use patterns in a case statement?

bash case-statement

How can I show the wget progress bar only? [closed]

linux bash wget sh

Adding timestamp to a filename with mv in BASH

linux bash

Capture stdout and stderr into different variables

find -mtime files older than 1 hour [duplicate]

bash shell command-line cron

How do I use Bash on Ubuntu on Windows (WSL) for my VS Code terminal?

How to remove all white spaces from a given text file

linux bash sed

Nth word in a string variable

bash

How to count lines of code including sub-directories [duplicate]

linux bash unix wc

Recursively rename files using find and sed

bash scripting sed find replace

What's the meaning of the parameter -e for bash shell command line?

bash shell

Running bash commands in the background without printing job and process ids

bash bash-completion

Using the && operator in an if statement