Describes Linux Operating System

Linux Sed Regular Expressions

Stream Editor sed command is use for stream editing. Like example of : # echo interactive | sed 's/inte/dist/' # echo interactive | sed 's:inte:dist:' # echo interactive | sed…

Continue Reading Linux Sed Regular Expressions

netstat Command in Linux

netstat command stands for Network Statistic. It's so many helpful command. Because it can help to setup network environment. netstat command shows information about different interface statistics including open sockets,…

Continue Reading netstat Command in Linux