Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Confluent Error: set environment variable CONFLUENT_HOME

In Makefiles, Is there a way to print the dollar sign ($) using @echo or $(info )?

bash makefile gnu-make

How to echo strings at the same position?

bash shell echo

Extracting JSON variable using bash

linux json bash grep

How to compress files larger than a certain size in a directory?

linux bash shell scripting

Issue with passing find command via ssh

linux bash unix ssh solaris

Redirect STDOUT by variable in Bash

bash stdout io-redirection

How to get the line-count of all the files in a directory

linux bash

How to extract variable from string in Bash using Regex?

regex linux bash shell

passing bash a value with leading hyphen

ruby bash trollop

How to add a value into the middle of an array?

arrays bash

Unable to update .bashrc file from AWS CloudFormation script

Passing bash variable into inline perl script

bash perl webserver centos7

pg_dump in Docker container

Why influxdb fails to start?

bash influxdb collectd

How do I set an environmental variable on my target board using a yocto recipe?

Using awk to align columns in text file?

linux bash awk

Difference between "$@" and "$*" when passing arguments to bash function [duplicate]

How do I count specific JSON items in Bash, or another shell?

json bash shell parsing jq

How can i comment command line arguments on multiple lines?

bash