How can i reverse a line in a file in Order
Example :
Input file :
123
500
1000
LOAN
GOD
10000
01000
Output Format:
321
005
0001
NAOL
DOG
00001
00010
|
How can i reverse a line in a file in Order Example : Input file :
Output Format:
| ||||
feedback
|
This question came from our site for professional and enthusiast programmers.
|
There is no simple command to do that in the Single Unix Specification. If, however, you are able to go beyond what Unix provides, you can install Obviously, since they are not part of Unix, you should never depend on them being there. | |||
|
feedback
|
|
You can use the
| ||||
|
feedback
|