r1 - 11 Sep 2007 - 22:10:28 - PorchLightYou are here: TWiki >  Main Web > ArgumentListTooLong

ArgumentListTooLong

Argument list too long

Overview

This is a limitation in the Linux kernel. I often see this when deleting a ton of emails from a mailq that I didn't know existed. See http://www.moundalexis.com/archives/000035.php

Fix

find . -name '(file name here or wildcard)' -print0 | xargs -0 rm

-- PorchLight - 11 Sep 2007

Edit | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r1 | More topic actions

tip TWiki Tip of the Day
RSS news feed of topic changes
You can use an RSS news reader to find out what is new in a TWiki web. This complements WebChanges that ... Read on Read more

 
Powered by TWiki
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback