Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

abstracting the conversion between id3 tags, m4a tags, flac tags

python bash mp3 m4a

Force bash to use .vimrc in vi mode

bash vim

grep case sensitive [A-Z]?

bash command-line grep

What is a convention for naming a constant in Bash?

zsh: how to make tab completion need no space to next word after cursor?

Opening a Sublime project from the command line without opening a blank window

Sorting csv file by 5th column using bash

linux bash

How do I escape a series of backslashes in a bash printf?

string bash escaping backslash

$${HOME} or ${HOME} in Makefile?

Python equivalent to perl -pe?

python bash pipe

are there uses for '>&0' (redirect to stdin)?

bash unix

Setting variable in bash -c

linux bash awk ifconfig

How to run a .sh-script from any path in a terminal?

linux bash shell unix terminal

grep - how to output progress bar or status

bash grep

Loop over files in HDFS directory

bash hadoop hdfs

how to restart mysql service from mysql docker container

mysql bash docker

how do i start commands in new terminals in BASH script

bash

command not found: complete

Why does the redirection symbol change the behavior of ls?

linux bash unix

What's the difference between "here string" and echo + pipe

bash pipe heredoc