(no subject)
Sep. 1st, 2003 01:50 amSigns I should not be doing computer stuff this late:
me: ut oh...
So yeah, I deleted a program directory that was related to the web directory I was working on instead of deleting the web directory and having the program rebuild it. oops. At least this wasn't live yet. Now I get to work tomorrow (later today) to re-extract and configure this program that I was finally having success with after fighting it for 3 days straight. go me.
ls /directory/to/web/directory/i/was/working/on
cybertron:~/apps/dchpp$ sudo rm *.html
rm: cannot remove `*.html': No such file or directory
cybertron:~/apps/dchpp$ rm ./*.html
rm: cannot remove `./*.html': No such file or directory
cybertron:~/apps/dchpp$ rm *.*
cybertron:~/apps/dchpp$ ls
Logs dchpp scripts
me: ut oh...
So yeah, I deleted a program directory that was related to the web directory I was working on instead of deleting the web directory and having the program rebuild it. oops. At least this wasn't live yet. Now I get to work tomorrow (later today) to re-extract and configure this program that I was finally having success with after fighting it for 3 days straight. go me.