BASH - Files - Delete files with control characters in their filenames

To delete files with control characters in them like ^M or ^L use the control-V shell feature.


To delete a file with a space before the CTRL-L ā€œ ^Lā€ you would issue the following keystrokes in this order (separated by commas) r,m, ,\, ,CTRL-v,CTRL-l.

NOTE: The \ escapes the space.

The command looks like:

rm \ ^L