Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

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

Bash: add string to the end of the file without line break

linux bash awk echo cat

Linux Top command with more than 20 commands

linux bash top-command

What are the return/exit codes for resize2fs?

linux bash

Quiet `bash: ${PS1@P}: bad substitution` message

bash

Is the semicolon now optional in bash conditionals with [[ .. ]] in version 5.2?

bash