A voir également:
- Insertion espace
- Espace insécable - Guide
- Espace de stockage gmail plein - Guide
- Touche insertion clavier - Guide
- Insertion sommaire word - Guide
- Insertion video powerpoint - Guide
3 réponses
Salut,
root@debian:~# cat text
123456789A
123456789A
123456789A
123456789A
123456789A
root@debian:~# sed -i.orig -r 's/^(.{8})(.)/\1 \2 /' text
root@debian:~# cat text
12345678 9 A
12345678 9 A
12345678 9 A
12345678 9 A
12345678 9 A