[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

find - output order



Hi

does find out put files in any sort order ?

for example 

for x in $(seq -w 00 99); do touch $x ii$x aa$x; done && find ii* [0-9]*
aa*

is the output guaranteed to be in sort order, i.e. ii* files first and
sorted and then [0-9]* files next and sorted and then aa* files and
sorted


Alex

Attachment: signature.asc
Description: Digital signature


Reply to: