Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Length of string in bash

Expansion of variables inside single quotes in a command in Bash

bash shell variables quotes

find -exec with multiple commands

bash find

Process all arguments except the first one (in a bash script)

bash shell

Multi-line string with extra space (preserved indentation)

string bash shell echo

Why is whitespace sometimes needed around metacharacters?

bash shell syntax syntax-error

How to run a shell script on a Unix console or Mac terminal?

linux bash macos shell unix

How to obtain the absolute path of a file via Shell (BASH/ZSH/SH)?

bash shell path

ls command: how can I get a recursive full-path listing, one line per file?

bash command-line find ls

Bash script and /bin/bash^M: bad interpreter: No such file or directory [duplicate]

bash

Ternary operator (?:) in Bash

Why do you need to put #!/bin/bash at the beginning of a script file?

linux bash scripting shebang

How to do a logical OR operation for integer comparison in shell scripting?

bash unix if-statement sh

Disable beep in WSL terminal on Windows 10 [closed]

Bash ignoring error for a particular command

linux bash

Check if a Bash array contains a value

arrays bash

Colorized grep -- viewing the entire file with highlighted matches

bash shell colors grep

How to append output to the end of a text file

bash shell

How to write a bash script that takes optional input arguments?

How can I split a large text file into smaller files with an equal number of lines?

bash file unix