Posts Tagged ‘bash flow control’

BASH Flow Control

echo -n “Are you sure you want to execute this operation?” read YN if [ "$YN" = "y" -o "$YN" = "Y" ] then echo “Executing your action…” your stuff else echo “Aborted. Operation not executed.” fi

FacebookTechnotiziePlaxo PulseLinkedInTwitterWordPressGoogle BookmarksGoogle ReaderStumbleUponTechnorati FavoritesShare
Read the rest of this entry »
 
WordPress SEO fine-tune by Meta SEO Pack from Poradnik Webmastera