Skip to main content

Unable to remove the file with name contains '

Comments

2 comments

  • Mr Quan
    Hello :) I believe the filename is causing problem here. Specially the "'s" in "80's". use the following command
    rm -rf Creativemarket\ 80\'s\ Retro\ Graphic\ Styles\ 213806.zip
    Thanks.

    I really appreciate your help, but the file is still there. It causes trouble because it breaks the a database table related :(
    0
  • cPanelMichael
    Hello :) Have you tried using quotes in the command? EX:
    rm "/path/to/file.name"
    Thank you.
    0

Please sign in to leave a comment.