I have a file which contains several numbers, as follows.
21 12 33 35 21 12 33 44 52 63 14 12 23 34 11 12 13 53 1 12 43 33 44
How can I find the maximum of these values, which is 63
? I wanted to use stats
but it seems this command does not exist on my machine and I don't want to install it. How can I approach using perl
?