Day: May 14, 2020

A small trick to handle files prefixed with a specify character in BASH

From time to time, we might see some files on Linux which have strange leading characters. For example, a leading "-" dash or a leading "+" plus sign. Depending on which operations (which commands) you take, you may have different ways to handle those files -- putting file name in a single or double quotes, … Continue reading A small trick to handle files prefixed with a specify character in BASH

Advertisement