Liverpoololympia.com

Just clear tips for every day

What are the 12 possessive adjectives in Spanish?

What are the 12 possessive adjectives in Spanish? The Spanish possessive adjectives are: mi/tu/su/nuestro/vuestro/su with a masculine singular noun. mi/tu/su/nuestra/vuestra/su with a feminine singular noun. mis/tus/sus/nuestros/vuestros/sus with a masculine plural noun. mis/tus/sus/nuestras/vuestras/sus with a feminine plural noun. What are possessive Read more…

Is Croatia in Spain?

Is Croatia in Spain? Spain vs Croatia: everything you need to know Croatia is located in the Balkans, which is in Southeastern Europe. Its population is 4.171 million, and it borders Hungary, Montenegro, Bosnia and Herzegovina, Serbia, Slovenia, and Italy. Read more…

How can I get yesterday date in Unix?

How can I get yesterday date in Unix? Use perl: perl -e ‘@T=localtime(time-86400);printf(“d/d/d”,$T[4]+1,$T[3],$T[5]+1900)’ Install GNU date (it’s in the sh_utils package if I remember correctly) date –date yesterday “+%a %d/%m/%Y” | read dt echo ${dt} Not sure if this works, Read more…