When I try to run the following command it throws an error.
ls -lr | egrep "txt$|tab$" | sort -rn+4
The error message:
sort: invalid option -- '+'Try `sort --help' for more information.
How can I run this command? Can you explain what is the functionality of sort +4?