Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 186 Bytes

File metadata and controls

11 lines (7 loc) · 186 Bytes

Prepend to Filename

Prepends a given string to every file in a glob.

Example:

prepend --text public_ *.cpp

Will prepend the text public_ to all files matching *.cpp.