I was going through the help page of ps command (using ps –h) and I noticed the two options have the same description.
-e all processes
-A all processes
I ran the commands with both the options and I noticed no difference.
Is there any difference between the two options? If not why to provide two options that does the same?
man ps said:
As mentioned above, this may be done for compatibility with older scripts for different UNIX systems, it happens.
(archlinux distro).