Dave Cross wrote:
In general, you can use "problematic" characters in a filename by escaping them with '\'.
rm \~
rm \~ rm: cannot remove `~': Is a directory
Vano
Dave Cross wrote:
In general, you can use "problematic" characters in a filename by escaping them with '\'.
rm \~
rm \~ rm: cannot remove `~': Is a directory
Vano