Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

How do I divide the output of a command by two, and store the result into a bash variable?

bash unix shell

Delete line in file matching one string but not matching another - SED, BASH?

linux bash unix sed sh

Match from pattern to end of file in bash

regex bash eof

How to find files with same size?

linux bash awk

Execute a command on remote hosts via ssh from inside a bash script

bash shell ssh openssh

Shell scripting - which word is first alphabetically?

bash shell alphabetical

Rename multiple directories with one domain name to another domain name?

linux bash shell

How to prompt a user for a name to create a folder (bash | shell script)?

How can I get rid of something running on every new terminal session?

bash rvm

Terminating MySQLd session to go back to command prompt

linux bash ubuntu command-line

Bash Script - store find command output without spaces in variable

bash

Can a string be returned from a Bash function without using echo or global variables?

Parsing \ in command line argument - python 2.7.3

Tilde expansion in quotes

bash

finding duplicates in a field and printing them in unix bash

bash unix awk

How to disable CTRL-C during scp?

linux bash

Doesn't sh support process substitution <(...)?

linux bash sh

add header to stdout stream in single-line bash pipeline

bash

Bash: how to find and break up long lines by inserting continuation character and newline?

bash sed awk

Read user given file character by character in bash

bash shell