Which command should be used first, the eval or the sort?

A user wants to convert numeric field values to strings and also to sort on those values.

Which command should be used first, the eval or the sort?
A . It doesn’t matter whether eval or sort is used first.
B . Convert the numeric to a string with eval first, then sort.
C . Use sort first, then convert the numeric to a string with eval.
D . You cannot use the sort command and the eval command on the same field.

Answer: C

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments