Windows->Linux
#cat win | tr -d ‘\r’ > nix
#sed s/\\r// win_file > nix_file
Linux->Windows
#sed s/$/\\r/ nix_file > win_file
Свежее мясо в мире IT. Linux, *BSD, Windows, Solaris, etc
Windows->Linux
#cat win | tr -d ‘\r’ > nix
#sed s/\\r// win_file > nix_file
Linux->Windows
#sed s/$/\\r/ nix_file > win_file