Diffirence between Kill and Pkill Command???

Diffirence between Kill and Pkill Command???

Hi,
Kill requires jobid / process id for sending signals,where as in pkill u have an option of using pattern,specifying process owner,etc.

Eg: pkill -signal TERM -u user1 AppServer

Thanks
Nagarajan G