Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Converting CamelCase to lowerCamelCase with POSIX Shell

bash shell posix

How can I read first n and last n lines from a file?

bash awk sed head tail

Killing vim processes with a shell script leaves .swp files

linux bash shell vim

How do I get mdfind to include folder matches in addition to files?

macos bash terminal

Execute bash function from find command

bash xargs

Awk or Sed: Return lines between two instances of the same pattern

regex bash shell awk sed

Bash regex: how to match n times using 'grep' or 'ls'

regex bash grep ls

bash - count and output lines from command

bash

Git Shell - go command not found

git bash shell command

Split a comma separated strings in Bash

bash

Using tail -F to see a file changing in real-time

linux bash shell tail

zsh-like history in bash

bash zsh

Run a bash script before httpd service is started with systemd

bash centos7 systemd

Output groups one per line, with group name and group ID

regex bash awk sed

Use jq in Bash to sort object properties by descending length of their value

json bash sorting key jq

Float conditional in bash

bash

Bash script to prepend a random number to all files

linux bash

How can I use a Bash array as input to a command?

arrays bash newline pipe

How do I get the bash command exit code from a Process run from within Java?

how to grep listening on port 80 that can also filter other port contain 80 such as 8080 8088 ...?

linux bash grep