Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

What is the use case of noop [:] in bash?

bash shell noop

What does `kill -0 $pid` in a shell script do?

Remove an element from a Bash array

arrays bash variables

What are the differences among grep, awk & sed? [duplicate]

linux bash sed awk grep

Count occurrences of a char in a string using Bash

bash shell sh

Recursively remove files

linux bash

DESTDIR and PREFIX of make

c linux bash makefile configure

Remove first element from $@ in bash [duplicate]

arrays bash

How to remove a newline from a string in Bash

bash variables

How do you search for files containing DOS line endings (CRLF) with grep on Linux?

linux bash grep newline

Diff output from two programs without temporary files

bash file diff

Deleting lines from one file which are in another file

bash scripting sh

rsync copy over only certain types of files using include option

linux bash shell rsync

Hexadecimal To Decimal in Shell Script

bash shell hex decimal

How can I strip first X characters from string using sed?

bash shell sed

How to specify a multi-line shell variable?

bash shell

"while :" vs. "while true" [duplicate]

bash

Multiline syntax for piping a heredoc; is this portable?

bash shell pipe sh heredoc

Use Expect in a Bash script to provide a password to an SSH command

linux bash ssh expect

How can you diff two pipelines in Bash?

bash diff pipeline