Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

How to parse XML in Bash?

xml bash xhtml shell xpath

How do I use su to execute the rest of the bash script as that user?

Minimal web server using netcat

bash webserver netcat

How do I capture bash output to the Mac OS X clipboard?

macos bash terminal clipboard

Colors with unix command "watch"? [closed]

linux bash ubuntu watch

How do I escape the wildcard/asterisk character in bash?

bash shell escaping

How to sort an array in Bash

arrays bash shell sorting

Checking if output of a command contains a certain string in a shell script

bash shell grep

Is there a way to make a link clickable in the OSX Terminal?

bash macos terminal textmate

What is your single most favorite command-line trick using Bash? [closed]

bash command-line

How to set environment variable for everyone under my linux system?

linux unix bash

Bash Script: count unique lines in file

bash

What is the difference between double-ampersand (&&) and semicolon (;) in Linux Bash?

linux bash

How to properly handle a gzipped page when using curl?

bash curl gzip

With bash, how can I pipe standard error into another process?

bash pipe stderr

how to run two commands in sudo?

bash sudo

Bash Templating: How to build configuration files from templates with Bash?

bash templates templating

How to only find files in a given directory, and ignore subdirectories using bash

bash unix

How do I use grep to search the current directory for all files having the a string "hello" yet display only .h and .cc files?

linux bash unix grep

Copy all files with a certain extension from all subdirectories

bash unix cp