Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

regex in sed to keep current line but remove next line

regex bash sed

RegEx for parsing package name, package version (including release) for Fedora / Red Hat packages

regex bash awk sed

append filename to each line

bash unix append line

How to remove files with filenames all in uppercase in linux?

linux bash

Cleanest way to get the highest suffix (or prefix) of a certain file type in a set of directories with bash?

bash unix

Regex password validation in Bash shell

bash

Checking a bash variable against multiple values

bash shell variables scripting

Split file by lines

linux bash shell split

Converting longitude in NetCDF from 0:360 to -180:180 using nco

bash netcdf nco cdo-climate

How can I loop through a directory and get wc of every txt file?

linux bash shell sh

How to pass an array into a Bash function?

arrays bash function quotes

using > /dev/null when setting a variable

bash variables null output

Loop over indices of sliced array in bash

arrays bash for-loop slice

Maintaining different requirements files for virtualenv and pip

python bash pip virtualenv

howto send stderr and stdout through separate grep filters? [duplicate]

bash shell grep

How to generate a random string in bash?

string bash random

Command wrapper and completion

bash bash-completion

How to pass backslashes argument to a script?

bash shell sh

Checking whether a function is defined

bash function shell