Bonjour à tous,
J'ai le fichier METABAT.txt suivant :
c_000000001
c_000000002
c_000000003
c_000000004
c_000000005
c_000000006
c_000000007
et j'aimerai ajouter une tabulation après chaque lignes puis du texte (bin1) pour obtenir ceci :
c_000000001 bin1
c_000000002 bin1
c_000000003 bin1
c_000000004 bin1
c_000000005 bin1
c_000000006 bin1
c_000000007 bin1
Je suppose qu'il faut utiliser la commande sed, mais je ne vois pas comment l'utiliser...
Pouvez vous m'aider ?
Merci à vous
Partager