Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Unix - randomly select lines based on column values

bash unix random

How to grep, then cut from a delimited column file?

linux bash grep cut

Copy one file into every subdirectory

bash shell scripting

From a bash script in OS X, is it possible to prompt for Administrator permissions?

how to insert a newline \n after x numbers of words, with AWK or Sed

linux bash shell unix awk

Ant not loading salesforce task definitions?

bash ant salesforce

Change encoding multiple file with iconv in bash

bash encoding iconv

Regex to rename all files recursively removing everything after the character "?" commandline

regex linux bash command-line

Bash script missing ']' error

linux bash

Is it possible to make some shell calls automatically when entering a directory?

bash shell sh

How do you execute several bash functions in the background but wait for output?

bash parallel-processing

Why is the STDOUT line printed after the STDERR line?

Removing all HTML tags from a webpage

regex bash sed

getopts not working in bash script

bash unix

alias hello='echo Hello' - why doesn't this work after a restart?

bash

insert bash variable into perl search and replace

bash

What does `echo $?` mean in bash? [duplicate]

Inserting line between two lines having second line starting with certain pattern

regex linux bash sed

Bash Script How to find every file in folder and run command on it

bash

Is there a better way to check to see if user X is a member of group Y in BASH on Linux without using getent?

bash