Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

UNIX / BASH: Listing files modified in specific month

bash list file unix timestamp

Delete positional parameters in Bash?

bash shell parameters

Get exit code from subshell through the pipes

bash pipe exit-code tee subshell

Bash commands not found — $PATH damaged [closed]

macos bash path terminal

BASH: Basic if then and variable assignment

bash if-statement

How to insert a delay between pipelining commands in a bash script. E.g. cat file | telnet mail.domain.com 25

linux bash email telnet

shell script to create a static HTML directory listing

bash shell

Find and replace text in a file between range of lines using sed

linux bash command-line sed

How can I add comments in long docker RUN commands?

bash docker

"Bad file descriptor" when reading from FD 3 pointing to a temp file

bash

Find declaration and definition of function using bash

bash

How to reroute stdout, stderr back to /dev/tty

linux bash stdout stderr tty

Bash prompt history issue

How do I pass an empty string with double quotes to a bash script?

bash shell

Bash: replacing a substring in pipe stdin

bash shell pipe stdin

Grep - how to output only the content of a capturing group

bash shell grep

How can I select the filename with the highest version number?

bash

BASH: Is "export" needed, when setting a variable in .bashrc?

bash variables export

How to remove only the first occurrence of a line in a file using sed

linux bash shell sed

Why "cat /dev/urandom" hung my bash script?

linux bash