Changes between Version 3 and Version 4 of TipAndDoc/console/shell


Ignore:
Timestamp:
Oct 4, 2012 5:32:40 PM (12 years ago)
Author:
mitty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TipAndDoc/console/shell

    v3 v4  
    6565 > find ./ -maxdepth 1 -type d -iname 'xyz?' -print0 | sort -z | tr '\0' '\n' 
    6666 > }}} 
     67 
     68 * [http://www.cyberciti.biz/faq/linux-unix-bsd-xargs-construct-argument-lists-utility/ xargs: How To Control and Use Command Line Arguments]