Difference between revisions of "Argument list too long"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
 
(9 intermediate revisions by 2 users not shown)
Line 2: Line 2:
  
  
 +
[[find]]
 +
find . -maxdepth 1 -name '*.pdf' -delete
 +
 +
* <code>[[ls]] -ld $(find ./) | sort -rnk5 | more</code>
  
* [[find]]  
+
=== Alternatives ===
* find . -maxdepth 1 -name '*.pdf' -delete
+
[[find]] . -exec ls | [[sort]] -rnk7 | more
  
 +
 +
 +
== Related terms ==
 +
* <code>[[for]]</code>
 +
* <code>[[execve]]</code> and <code>[[ARG_MAX]]</code> constant
 +
* [[No space left on device]]
 +
* [[argv]]
  
 
== See also ==
 
== See also ==
 
* {{linux commands}}
 
* {{linux commands}}
 +
* {{Bash}}
 +
 +
[[Category:Linux]]

Latest revision as of 07:43, 27 April 2022

Advertising: