In Linux systems and Bash environment we can use many different commands for this purpose ; for example see the followings :
$cut example : echo “my,name,is,iman” | cut -d’,’ -f2 result : name ; it means column number 2 seprated by “,”
$awk
One of the important thing you have to