Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[theme-watch] Using sed with -i caused a LOT of temp files to be uploaded #8

Closed
nickjj opened this issue Nov 25, 2014 · 1 comment
Closed

Comments

@nickjj
Copy link

nickjj commented Nov 25, 2014

What caused it?

I ran this command to do a quick and dirty recursive find/replace:

find ./ -type f -exec sed -i -e 's/foo/bar/g' {} \;

Results?

About 400 dead files uploaded to the shop, such as:

Recieved Update event on snippets/sedWqDfOb
[x 400ish]

There's no way to remove them with the watcher because they don't exist locally. Thoughts on how to remove these files without manually having to delete 400 of them by hand?

@csaunders
Copy link
Contributor

Pretty sure the changes in 0.0.4 resolve this. If it's not the case, please feel free to reopen the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants