Tag Archives: TEXAS

Elon Musk: If Tesla Can't Sell Cars In Texas, It'll Be At "The Back Of The Bus"

Yes, you read that headline correctly: Elon Musk is essentially calling himself a Freedom Rider, comparing Tesla’s push to sell all-electric vehicles to America’s Civil Rights Movement. CEOs say the darndest things. TESLA, TEXAS, AND TESTIMONY As we reported on Monday, Musk has spent the past week in the Lone Star state, lobbying legislators to…

From: http://www.thecarconnection.com/news/1083493_elon-musk-if-tesla-cant-sell-cars-in-texas-itll-be-at-the-back-of-the-bus

UN-HINGED: KIM TO BOMB DC, LA — AND AUSTIN, TEXAS?

600 ? 600 : true);” src=”http://l.yimg.com/bt/api/res/1.2/Xy1rdad4_9xBiOIMYIzvKw–/YXBwaWQ9eW5ld3M7Zmk9aW5zZXQ7aD0zNjM7cT04NTt3PTUxMg–/http://media.zenfs.com/en_us/News/Reuters/2013-03-29T091857Z_945722853_GM1E93T1BRL01_RTRMADP_3_KOREA-NORTH.JPG” width=”500px” border=”0px” alt=””/>

UN-HINGED: KIM TO BOMB DC, LA — AND AUSTIN, TEXAS?

(Main headline, 1st story, link)


…read more
Source: Drudge Report

Transpose Column of Data to Rows

By docdave78

I can no longer find my commands, but I use to be able to transpose data with common fields from a single column to rows using a command line. My data is separated as follows:

NAME=BOB
ADDRESS=COLORADO
PET=CAT
NAME=SUSAN
ADDRESS=TEXAS
PET=BIRD
NAME=TOM
ADDRESS=UTAH
PET=DOG

I would like my data to be transposed so that it appears as the following, I do not care about keeping the Name, Address, or Pet:

BOB,COLORADO,CAT
SUSAN,TEXAS,BIRD
TOM,UTAH,DOG

Thanks,
Dave

…read more
Source: FULL ARTICLE at The UNIX and Linux Forums