Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Removing duplicates on a variable without sorting

Why use a Groovy shell script over Bash (when memory footprint is important)? [closed]

linux bash groovy

BASH - How to extract data from a column in CSV file and put it in an array?

arrays bash csv

Convert KB To MB using Bash

bash shell

How to read a single file in Heroku via bash

git bash heroku

How to read multi-line input in a Bash script? [closed]

bash shell line

Using date to get tomorrows date in Bash

bash shell unix

get number of files modified last month

linux bash shell

Shell script helper for git commits

git bash shell

How to replace multiple spaces with a single space using Bash? [duplicate]

string bash shell replace

mv: invalid option -- '0'

Preserving leading white space while reading>>writing a file line by line in bash

bash parsing text-files cat

Should the .bashrc in the home directory load automatically?

macos bash

Parse ps' "etime" output and convert it into seconds

How to unzip a file using git bash (Windows)?

windows git bash git-bash

Bash what's the difference between $1 and ${1} [duplicate]