Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Convert GMT timestamp to local time using Bash and GNU tools

linux bash

Is it possible to have separate bash completion functions for separate commands which happen to share the same name?

bash completion

"Unterminated quoted string" when using variables with quotes in makefile

linux bash makefile

How do I use tr to substitute '--' string

linux bash shell

How to read & handle POST requests with Netcat

bash http post netcat

Redirect stdout and stderr to file permanently but keep printing them

bash

Python shebang and newlines

python bash shebang

Redirecting stdout only if command failed?

linux bash shell

Bash & Printf: How can I both right pad and truncate?

bash printf padding truncate

Select files from sub-directories and print a certain line from each file [duplicate]

bash awk

Adding line break to text message using Telegram bot

linux bash telegram-bot

How to add suffix to mogrify - imagemagick

linux bash imagemagick mogrify

Escape a single quote in a shell variable

bash shell

Executable does not wait for curl to finish downloading

bash shell unix command-line

Passing arguments to macos app when bundle executable is a Bash script

bash macos bundle

Nested loop for reading two files with bash [duplicate]

bash

Is there a way to stringify JSON in Bash

json bash jq

How do I fix sed commands becoming extremely slow when load is high?

linux bash sed

Why is userdata not working in my Terraform code?

find -exec basename {} vs find -exec echo $(basename {})

bash