02 Jul, 2009, triskaledia wrote in the 1st comment:
Votes: 0
A while back, (must've been drunk or not watching) I managed to slap a \ at the end of magic2.c when I was saving my changes.
I've tried rm magic2.c\, loaded up winscp380 and was going to remove the file from there, but both ways failed. rm magic2.c\ drops me into a wierd
as prompt screen that I've not figured out what it does… I always just hit cntrl+c and exit out of it. The file doesn't show inside of the winscp380 screen with the rest of the other files. So, any other way to remove it that I don't know of? Also, what is that weird editor that I sometimes get dropped into when I incorrectly enter a file?
[~/QuickMUD/src] rm magic2.c\
> \\I hit enter to exit this one… Sometimes I gotta hit cntrl+c or cntrl+z… Can't remember right now…
[~/QuickMUD/src]

–Silence Tyire
02 Jul, 2009, Kline wrote in the 2nd comment:
Votes: 0
rm "magic2.c\\"
02 Jul, 2009, triskaledia wrote in the 3rd comment:
Votes: 0
Many thanks. It was getting annoying seeing that other file there.

–Silence Tyire, the Drunken.
12 Jul, 2009, triskaledia wrote in the 4th comment:
Votes: 0
Kline said:
rm "magic2.c\\"


I just wanted to point out that this method did work, but it also removed my magic2.c as well as the magic.c\ So, if anyone else ever needs to use this method may want to back their code up first.
–Silence Tyire
12 Jul, 2009, Fizban wrote in the 5th comment:
Votes: 0
This looks like it would have been a better approach to me…

rm magic2.c*

or to rename it

mv magic2.c* magic2.c
0.0/5