Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shell

Whole-word matching on a body of text, given a list of words

regex string bash shell grep

Read line by line from two files simultaneously in shell script

bash file shell

Why are there duplicate files when extracting tar.gz archive

shell tar 7zip

Pass $@ to a function in a shellscript

bash calculation using bc, and round up floating point

bash shell

How to sum a row of numbers from text file-- Bash Shell Scripting

bash shell sum rows

Why do some people exit -1 rather than exit 1 on error?

What is the difference beetwen $ echo Hello world > file and $ echo Hello > file world in bash?

bash shell console command

How to run a docker command in Jenkins Build Execute Shell

shell jenkins docker

Alias defined in .bash_profile not working in OS X

macos bash shell .bash-profile

Why does "git submodule add ..." write to stderr rather than stdout?

git shell stdout stderr

Are there anything similar to "perl -pe" option in python?

python shell

Terminate google cloud compute engine instance with shell/bash script

Capture interactive Python shell output along with input

python bash shell stdout stdin

How to set a prefix to bash verbose mode

bash shell

Print out contents of a file using ansible

Copy files to docker image after build

shell file docker copy

What does this mean in Linux sed '$a\' a.txt

linux shell sed

Purpose of #!/bin/false in bash script

bash shell

Call a function using nohup

linux bash function shell nohup