Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

pipe to less -S without clearing the output from the command line history

How to use sed to replace the first space with an empty string

regex linux bash sed tr

loop that prepends the filename to the beginning of each line in a tab separated file (thus generating a new column))

linux bash sed awk

Checking SSH failure in a script

bash loops ssh runtime-error

Disable -m in git

git bash

How to preserve spaces when outputting a shell variable? [duplicate]

How to prevent direct bash script execution and allow only usage from other script?

bash

How to recognize whether bash or dash is being used within a script?

bash dash-shell

Is there a GUI debugger for shell scripts

linux eclipse bash shell

Ruby capture stderr output from bash script execution

ruby-on-rails ruby bash stderr

How to read and split comma separated file in a bash shell script?

arrays bash shell split

TCL/Expect equivalent of Bash $@ or how to pass arguments to spawned process in TCL/Expect

Bash script - variable expansion within backtick/grep regex string

regex bash scripting grep

Make Sublime Text color common Bash commands (cp, mv, ...)

bash shell sublimetext3

bash printf two arrays in two columns [duplicate]

arrays bash printf

restrict pidof to own processes

bash process pid

Setting IFS for a single statement

bash ifs

How do I validate that a version number is valid using a regexp in bash?

regex bash

How to get exit code of remote command through ssh

linux bash ssh

Do I need to quote command substitutions?

bash shell quoting