Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Linux script not executing properly after a reboot

Prefix every line of bash script output with time since script start

bash gnu-parallel

How to set case-insensitive completion in a bash instance without Readline support

is there a shell / bash way to alias... find . -type f -exec grep -l <some word here> {} \;;

bash shell

Update one value (matching a known key) in a list of JSON objects using jq

json bash jq

How to call multiple multiline commands in a yml script?

bash shell yaml gitlab-ci

Getting FILENAME in awk for multiple compressed files

bash shell awk filenames

Tmux reloads Bash .profile

bash tmux

GitHub Action: Invalid environment variable format

Bash script to delete a particular file

bash terminal

bash: ambiguous redirect when using curly-bracket globbing in process substitution

bash

AWK - How to column match multiple matches in file A match one in File B

linux bash awk

simple string comparison in bash

bash

Bash store result of a command in a variable and print it to the console while using here documents

bash shell heredoc rman

how to add 0 digit to a single symbol hex value where it is missed, bash

bash

Can I use a keyboard shortcut to save work in Matlab on Linux?

Pipeline | in bash usage?

bash

Bash Scripting: Can you make a function call itself?

bash shell

Pass the matched value to a function, and replace with the return value

regex bash awk sed