Home | Rules and Guide | Sign In/Create Account | Write a Post | Reddit | #ludumdare on irc.afternet.org (Info)

Thanks for making Ludum Dare 26 AWESOME! See you in August!

Ludum Dare 26 — April 26-29th, 2013
[ Results: Top 100 Compo, Jam | Top 25 Categories | View My Entry ]
[ View All 2346 Games (Compo Only, Jam Only) | Warmup ]

[ 10 Sec Video Compilation (x3) | 260 Game Video Compilation | IndieCade Deal | Ludum Deals (Unity Deal Ends Soon!) ]


Forgetting to use -r and not looking at the output

Posted by
August 25th, 2012 7:06 pm

[ryland@crappy projects]$ cp Pickachick pickachick
cp: omitting directory `Pickachick’
[ryland@crappy projects]$ rm -r Pickachick
[ryland@crappy projects]$

FFFFUUUUUUU-

That’s how I lost 5 hours of work. Luckily I still have an older version of the game, but I’ve put in a lot of work since that version. I was trying to rename the directory from Pickachick to pickachick. I realize now that I could’ve just used mv, but I’ve been programming for a long time, I’m not thinking straight.

For anyone not familiar with linux commands, cp is a command to copy a file or directory, however, it only copies directories with the -r switch. I forgot the -r, and the directory wasn’t copied. Then I deleted the folder completely with the rm (remove) command.

2 Responses to “Forgetting to use -r and not looking at the output”

  1. SethR says:

    Ouch.. been there man, feel for ya

Leave a Reply

You must be logged in to post a comment.


All posts, images, and comments are owned by their creators.

[cache: storing page]