A research team has studied how the protein transport system of bacteria developed over time to form the system in the chloroplasts of higher plants. They explored the so-called signal recognition particles and their receptors. Bioinformatic and biochemical analysis revealed that the moss Physcomitrella patens has evolutionarily old and new components of the SRP system, and thus represents an intermediate stage in the development from the bacterial transport system to the chloroplast system in higher plants.
Source: FULL ARTICLE at Phys.org
Tag Archives: SRP
Print in New line in loop
Hi ,
i want to print the output in line by line
Code:
while read LINE
do
echo $LINE | grep UCM | egrep ‘(Shutdown|Unavailable)’
echo $LINE | grep SRBr | egrep ‘(Shutdown|Unavailable)’
echo $LINE | grep SRP| egrep ‘(Shutdown|Unavailable)’
echo $LINE | grep OM | grep JMS| egrep ‘(Running|Online)’
done
Source: The UNIX and Linux Forums