Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Bash's cat, while, let and pipe lead to strange scoping behavior

bash while-loop cat piping

Conditionally directing a command's output to /dev/null in bash [duplicate]

Add string with backslash in file using sed command

Need to use getopts with one argument OR another

linux bash parameters getopts

can the 'diff' command ignore different kinds of line breaks?

bash compare diff line-breaks

Why docker exec command ingore bashrc inside docker container?

linux bash docker ubuntu

Meaning of following sed lines used in bash script

regex linux bash sed

Extract the unique substrings at a given position range in a set of filenames

bash

How to run a process in the background inside Gvim?

bash shell vim

Using a subshell for parameter substitution with diff

bash shell

how to put the content of a file into a variable with bash

bash

How to replace a string in a file only if the line containing it also contains a number found in another file using Bash?

linux bash csv awk sed

max comma's on one line, using bash script

linux bash unix grep

java executing linux command

java linux bash cat

Function to print a list of background processes in C (like jobs)?

c bash shell

Rsync: Exclude directory contents, but include directory

linux bash rsync

Bash completion from another completion

bash tab-completion

In bash, how can cmd1 | cmd2 return cmd1's status code, when cmd1 fails?

bash

bash - sed doesn't replace all semicolons

bash sed

Pass command line arguments to another command in bash

linux node.js bash