aryan02420's TIL

A collection of cool things I discovered from around the web.

Bash: Easy backup command

#bash

Today I learned a neat trick to create a backup of a file in bash. Instead of typing the file name twice, you can use the following syntax:

Read More