Q.

The command who sort - file1 > file2

A. results in an error
B. sorts the contents of file1 and puts it in file2
C. both (a) and (b)
D. none of the above
Answer» D. none of the above
2.3k
0
Do you find this helpful?
34

Discussion

GNS

Gulab Nawab Shah
6 months ago

What is the default sorting behavior for the "sort" command if no flags or options are specified?
1