User:Mohammad7410

Line 11: Line 11:
See main page here [http://wiki.maemo.org/User:Mohammad7410/Ubuntu Ubuntu on the N900]
See main page here [http://wiki.maemo.org/User:Mohammad7410/Ubuntu Ubuntu on the N900]
 +
 +
 +
 +
==Random notes==
 +
 +
sed script to add spaces before each line in a file.
 +
cat icon|sed 's/^/ /' > iconedited

Revision as of 15:44, 1 July 2010


Ubuntu on the N900

See main page here Ubuntu on the N900


Random notes

sed script to add spaces before each line in a file.

cat icon|sed 's/^/ /' > iconedited