User:Stemby
From OpenStreetMap Wiki
| Babel | |||||||||
|---|---|---|---|---|---|---|---|---|---|
| |||||||||
OpenSteetMapper since 2008.
Equipment
I currently use a Neo FreeRunner, TangoGPS, convert2gpx.pl, convert2osm.pl and Merkaartor.
Comandi utili
Trovare stringhe
grep "stringa" file
Estrarre del testo dall'interno di una riga
cut -f numero_campo -d "delimitatore_campo"
Sostituzioni
sed -e 's/da_sostituire/con_questo/g'
Stampare stringhe
echo "stringa"
Mettere in ordine alfabetico
sort