Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Delete files older than 10 days using shell script in Unix [duplicate]

bash shell unix find

Loop through all the files with a specific extension

bash file glob

apt-get install tzdata noninteractive

bash ubuntu dockerfile apt-get

How to get the last character of a string in a shell?

string bash shell

How can I run a function from a script in command line?

linux bash scripting

How to grep for case insensitive string in a file?

bash shell awk sed grep

How to include file in a bash shell script

linux bash include

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