User:Mohammad7410: Difference between revisions

From Maemo Wiki
Jump to navigationJump to search
imported>mohammad7410
No edit summary
imported>mohammad7410
Line 16: Line 16:
==Random notes==
==Random notes==


sed script to add spaces before each line in a file.
sed script to add spaces before each line in a file, thanks to [http://maemo.org/profile/view/joerg_rw/ joerg_rw]
  cat icon|sed 's/^/ /' > iconedited
  cat icon|sed 's/^/ /' > iconedited

Revision as of 16:24, 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, thanks to joerg_rw

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