Changes between Version 3 and Version 4 of TipAndDoc/console/shell
- Timestamp:
- Oct 4, 2012 5:32:40 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TipAndDoc/console/shell
v3 v4 65 65 > find ./ -maxdepth 1 -type d -iname 'xyz?' -print0 | sort -z | tr '\0' '\n' 66 66 > }}} 67 68 * [http://www.cyberciti.biz/faq/linux-unix-bsd-xargs-construct-argument-lists-utility/ xargs: How To Control and Use Command Line Arguments]