Browse posteets
About
Contact us
Log In
Register
View: Conversion de fichier texte windows/unix
Conversion de fichier texte windows/unix
11 months ago
by
sylis
#Convertir un fichier texte d'un format Windows/dos vers unix:
tr
-d
'
\0
15'
< win-format.txt > unix-format.txt
#Convertir un fichier texte d'un format unix vers Windows/dos:
sed
-e
's/$/
\r
/'
unix-format.txt > win-format.txt
Bash
linux
Plain text
unix
windows
View source
0 comment
about "Conversion de fichier texte windows/unix"
Tags
Bash
linux
Plain text
unix
windows
0 comment about "Conversion de fichier texte windows/unix"