Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Capture exit code from bash scripts in jenkins groovy scripts

Delete consecutive duplicate lines using unix utilities

bash unix duplicates utility

How do I create files with special characters in Linux?

Rails console on linux always shows \r at end of every line

sed with simultaneous and sequential replace

string bash awk sed

Ignore a path entry with bash tab-completion

bash script to append string to multiple files in same directory

bash append

catching keyboard interrupt

bash scripting

Passing arguments to octave function from within bash script

Bash: How to make short delay?

bash solaris sunos

bash: How to evaluate PS1, PS2, ...? [duplicate]

bash evaluate ps1

Renaming files with Bash, removing prefix and suffix

bash shell file-rename

What is the difference between ">" and "&>" in bash?

linux bash console

How can I use Groovy to execute a shell command that has backticks?

bash shell groovy backticks

Passing arguments to a function within an if statement in bash

bash shell unix

Linux Shell Script: How to detect NFS Mount-point (or the Server) is dead?

linux bash shell nfs nfsclient

Tail command -f on all files excluding a file

bash

Branch autocompletion does not work with git alias for push

syntax error near unexpected token `&' (using "|&")

bash shell awk

Running a bash function with set -e without exiting the shell

bash shell