What is -n command in linux?In: Linux |
Answer
[-n] may be what is called a "switch" typically passed to a Unix or Linux command. As mentioned above, it modifies the actions of another command. For example, in the sort(1) command, it instructs sort to sort numerically instead of alphabetically. The meaning of any given switch will typically vary from command to command so read each man page carefully before using a switch. [JMH]
|
|
|
First answer by Avir. Last edit by John.m.horn. Contributor trust: 12 [recommend contributor]. Question popularity: 18 [recommend question]
|
Research your answer: |
Can you answer other questions about linux?
|
|


