Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

How do I remove newlines from a text file?

linux bash scripting shell sed

Inline comments for Bash?

bash comments

How to manually expand a special variable (ex: ~ tilde) in bash

Bash array with spaces in elements

arrays bash unix scripting

How to delete history of last 10 commands in shell?

linux bash shell terminal