Skip to content

Instantly share code, notes, and snippets.

View rdlmda's full-sized avatar

Rudá Almeida rdlmda

  • Federal University of Rio de Janeiro
  • Rio de Janeiro, Brazil
  • 13:12 (UTC -03:00)
View GitHub Profile
@rdlmda
rdlmda / Basic MySQL
Last active August 23, 2016 19:07
Some very basic MySQL operations
Some very basic MySQL operations
@rdlmda
rdlmda / Clean filenames
Last active December 10, 2019 23:58
Rename or remove files with special chars on Linux
Sometimes you end up with a filename that is hard to address on the command line because it has special characters in its name.
In some cases you can get away with prepending a ./ or quoting, or escaping with backslash. When those don't work, this can get you out of trouble.