update scripts
Created by: KeithTt
- it do not need to use "\" to break lines when declare a array.
-
grep -E
support extended-regexp - xargs will ignore line breaks automatically when it receive params from standard input.
- it is totally no need to use
sh -c 'string' $0 $1 $2
to reiceive params for xargs.