We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Sort Command #4
Sort Command #4
Sort by
recency
|
39 Discussions
|
Please Login in order to post a comment
while read N do echo "$N" >> file.txt done sort -n -r < file.txt
Simple Code
sort -nr