Script

This Page intends to teach you shell scripts concepts and give you example of some tricky conceptual scrips. 

##########################
#  Sample Shell Scripts  #
##########################

  1. Script to calculate the CPU usage
  2. killing a process by its name
  3. shell script to get the ip address
  4. check the kernel version of linux
  5. Get the Linux version 
  6. getopts example 
  7. kill a process by name (method 2) 
  8. get last file modification time