Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

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

which command can be used to determine if a file is binary

linux bash ubuntu

How to make fish shell delete words like bash does

bash key-bindings fish

Bash printf literal verbatim string

bash unix printf bsd verbatim

global git config file does not exist

bash command XOR ^ anothercommand

How to delete all the lines after the last occurence of pattern?

bash awk sed

How can I tell if I'm in a child shell

bash shell

Python sockets/port forwarding

If output of bash command is empty, do something

linux bash scripting