Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

How to replace whole string using sed or possibly grep

bash shell sed grep

How do I display RVM's current Ruby and gemset in the Terminal prompt?

ruby bash rvm

VLC setting volume from command line/bash [closed]

bash volume vlc

Batch copy and rename multiple files

bash

using a user defined bash function in xargs [duplicate]

bash xargs

Zshell aliases like !gst inside vim?

bash vim zsh aliases

seq uses comma as decimal separator

bash ubuntu ssh seq slurm

Formatting IP with sed

bash sed ip

Adding to $PYTHONPATH with bash script

node not working on Bash on Ubuntu on Windows

node.js bash ubuntu windows-10

Git export files as zip/tar since specified commit till today

git bash

How to set up a rebase in Git Bash on Windows

git bash rebase

What is the difference between Bash and Ubuntu terminals on Windows 10

The mechanics of this shell syntax: ${1:-$(</dev/stdin)}

How POSIX compliant is "/path/file/.."?

bash sh posix cd ash

When to use brackets when exporting environment variables in bash?

bash coproc and leftover coproc output

bash coproc

Loop through array of arrays of string with spaces

linux arrays bash shell for-loop

Organize code in unix bash scripting

linux bash unix

Why does command substitution change how quoted arguments work?

bash