If you accidentally created a file with a - in the beginning then you want to
remove it, you have to do :
rm ./-thefile
Subscribe to:
Post Comments (Atom)
SHOW ENGINE INNODB STATUS
The SHOW ENGINE INNODB STATUS command in MySQL provides detailed information about the internal state of the InnoDB storage engine. This ...
-
Change Views DEFINER without ALTER VIEW: UPDATE `mysql`.`proc` p SET definer = ‘root@localhost’ WHERE definer=’root@foobar’ AND db=’w...
-
The Unix top command is designed to help users determine which processes are running and which applications are using more memory or process...
-
MySQL's InnoDB storage engine data refresh every situation. This post from InnoDB down, look at the data from the memory to the InnoDB ...
10 comments:
Thank you. Exactly what I was looking for!
Thank you! No amount of backslashing seems to work.
Thanks - exactly what I needed!
thank you , I was looking for it.
Absolute magic
Thank you!!!
And if you have a file like this: "--exclude", you can delete it like this:
rm ./--exclude
Th-thanks
Awesome, you saved my life...
Thanks!
Post a Comment