Skip to content

Latest commit

 

History

History

prepend

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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.