UNIX needs no introduction. We all use this operating system to work, learn and program with computers. There are literally thousands of UNIX commands that a user has at his disposal.
I have compiled a quick round-up of top general purpose 50 UNIX commands to make your life easier and faster while working with the much-loved OS.
[table id=1 /]
Have you any command to add to this list? Please share in comments.
`watch -n 2 command`: call “command” every 2 seconds. Example: `watch -n 0.5 ps -aux -C java` monitors Java processes