Snippets tagged "retour" Snippets tagged "retour"

retour chariot

$ echo "one,two,three" | sed "s/,/\\n\\r/g" 
$ echo "one,two,three" | sed "s/,/\\n/g"

dans les deux cas :

one
two
three

par contre je comptait le mettre en tant que commentaire sur ton code, je n'y suis pas arrivé

by dd ll on 2010-08-01, tagged chariot  retour  ssh