Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

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

shell init issue when click tab, what's wrong with getcwd?

linux bash shell pwd getcwd

How can I store a command in a variable in a shell script?

linux bash variables command

How to check size of a file using Bash?

bash

How can I do division with variables in a Linux shell?

How to check if the docker engine and a docker container are running?

bash docker

How to tell if a string is not defined in a Bash shell script

bash shell scripting string null

How to download an entire directory and subdirectories using wget?

regex linux bash wget

Bash function to find newest file matching pattern

linux bash