Here I have tried to list the commands that are useful for us (sys admins) but we still tend to forget. Listed here are a bunch of unix commands.
April 28, 2010
by Mohan Cheema
0 comments
April 28, 2010
by Mohan Cheema
0 comments
April 28, 2010
by Mohan Cheema
0 comments
sed G
sed '/^$/d;G'
sed 'G;G'
sed 'n;d'
sed '/regex/{x;p;x;}'
sed '/regex/G'
sed '/regex/{x;p;x;G;}'