Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Copy/Paste part of a file into another file using Terminal (or Shell)

bash4 read file into associative array

arrays bash file associative

What does 'cd ${0%/*}' mean in bash?

bash

How to send a SIGINT to Python from a bash script?

python bash

What does <() do in Bash?

getopts won't call twice in a row? [duplicate]

bash shell getopts

(Un/De)compress a string in bash?

linux bash compression gzip

How to use SED without a file with an env var?

Inter-process communication without FIFOs

bash file-descriptor fifo

for-loop for every folder in a directory, excluding some of them

bash for-loop

How can I do foreach *.mp3 file recursively in a bash script?

linux bash for-loop mp3

sed and grep get the line number for a match

bash sed grep

How to make a bash function return 1 on any error

bash exit-code

Sed error: bad flag in substitute command: 'U'

regex bash sed

How to extract text portion of a binary file in linux/bash?

linux bash sed grep

Find previous searches in less command

bash terminal less-unix

OS X bash: dirname

bash macos dirname

Recommendation - Zsh vs FishShell. Scripting, productivity and poweruser perse [closed]

bash shell zsh fish

Save part of matching pattern to variable

How Do I Find the Last Positional Parameter in Linux

linux bash