Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

GZip every file separately

linux bash gzip

How to temporarily switch profiles for AWS CLI?

Differences between MSYS2 and Cygwin [closed]

bash cygwin msys2

Execute bash command in Node.js and get exit code

node.js bash exit-code

Find files of specified size using bash in Unix [closed]

bash unix

Bash how do you capture stderr to a variable? [duplicate]

bash stderr

Creating tar file and naming by current date

bash

How to loop over files in natural order in Bash?

bash natural-sort

Shell script: Run function from script over ssh

linux bash shell sh

How do I count the number of rows and columns in a file using bash?

bash row

Show sha1 only with git log

git bash

brew install npm "npm: command not found"

node.js bash npm osx-elcapitan

Getting head to display all but the last line of a file: command substitution and standard I/O redirection

bash unix pipe

shell variable in a grep regex

bash grep

How to use `while read` (Bash) to read the last line in a file if there’s no newline at the end of the file?

bash newline eof

How to write stdout to file with colors?

linux bash terminal stdout

How to trap ERR when using 'set -e' in Bash

bash interrupt-handling

Why exit code 141 with grep -q?

linux bash freebsd

How to quickly find all git repos under a directory

bash

Reading null delimited strings through a Bash loop