Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

How to parse multi line records (with awk?)

regex linux bash awk sed

QSUB: Specify output and error files for each task in Job Array

Missing Carriage Return in Docker for Mac Containers

bash macos docker

Docker exec quoting variables

How to append multi-lines to file in a dockerfile?

bash docker dockerfile centos7

bash: echo something to right end of window (right aligned)

bash

Bash script for converting IP Addr string to Hexadecimal format

bash

How can I scp a file and run an ssh command asking for password only once?

linux bash ssh scp

SVN Post-Commit Hook error 255

How to check for no input in bash read?

bash

Using the linux 'file' command to determine type (ie. image, audio, or video)

bash shell file-type

Explain this bit of code

bash

Mercurial: check whether last pull/update introduced changes

bash mercurial build dvcs

BASH CURL: Don't close connection in between requests when run sequentially

Fastest way to merge branches via gitlab (or git)?

git bash merge gitlab

How to use a cli variable in AWSCLI query

bash aws-cli

Node http-server not working on Windows 10 Ubuntu Bash

How to stop ldapsearch(1) from base64 encoding userPassword and other attributes?

bash ldap

How do I run an extensionless (maybe ELF) file on Ubuntu?

linux bash shell

Why does `cat <(cat)` produce EIO?