Difference between revisions of "Find ."

From wikieduonline
Jump to navigation Jump to search
Line 2: Line 2:
 
  <code>find .</code>
 
  <code>find .</code>
  
  find . -name "*"
+
  find . [[-name]] "*"
  
  find . 2>&1
+
  find . [[2>&1]]
  
 
* <code>[[find .]] -ls | [[sort -rnk]]7 | more</code>
 
* <code>[[find .]] -ls | [[sort -rnk]]7 | more</code>

Revision as of 06:12, 26 July 2022

find .
find . -name "*"
find . [[2>&1]]



See also

Advertising: