Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Find files containing a given text

bash find

How to process each output line in a loop?

bash shell grep

How to enter command with password for git pull?

git bash command

Bash script plugin for Eclipse? [closed]

eclipse bash ide

/bin/sh: apt-get: not found

bash docker dockerfile aspell

How to split strings over multiple lines in Bash?

bash line indentation

How to trick an application into thinking its stdout is a terminal, not a pipe

bash terminal pipe stdin

Command not found when using sudo

linux bash sudo

Bash: Syntax error: redirection unexpected

bash ubuntu

Check if a variable exists in a list in Bash

linux bash

Bash script - variable content as a command to run

bash

Grep characters before and after match?

bash grep

Print a file's last modified date in Bash

bash shell file date unix

How to produce a range with step n in bash? (generate a sequence of numbers with increments)

bash range iteration

List files with certain extensions with ls and grep

bash shell macos grep

Design patterns or best practices for shell scripts [closed]

design-patterns bash shell

How to get a variable value if variable name is stored as string?

string bash

Fastest way(s) to move the cursor on a terminal command line?

bash terminal window

How to go to each directory and execute a command?

bash shell unix find

Command substitution: backticks or dollar sign / paren enclosed? [duplicate]