Argument list too long.
I was trying to delete all rails sessions of a site tonight and I encountered the following error:
Argument list too long.
The workaround is easy:
find . -name 'ruby_sess.*' | xargs rm
Voila, all those files are gone.
I was trying to delete all rails sessions of a site tonight and I encountered the following error:
Argument list too long.
The workaround is easy:
find . -name 'ruby_sess.*' | xargs rm
Voila, all those files are gone.
No comments yet.
RSS feed for comments on this post. TrackBack URL
Sorry, the comment form is closed at this time.
Powered by WordPress