04-01-2012, 02:49 PM
this can be done easily by the following commands::
just set the [min_length] [max_length]
1_e_len_u.out << this is your final result.. : )
Code:
expander < 1.* > 1_e.out
len [min_length] [max_length] < 1_e.out > 1_e_len.out
sort -u 1_e_len.out -o 1_e_len_u.out
1_e_len_u.out << this is your final result.. : )