Skip to content

Commit dd4b3f5

Browse files
authored
Update README to include dos2unix information
Added information about dos2unix utility for line ending conversion.
1 parent 1de0239 commit dd4b3f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
Sqlcmd – command line tool for Microsoft SQL Server.
44
[Docker image for the new sqlcmd is also available](https://github.com/fabiang/docker-go-sqlcmd).
55

6+
This image also includes a small program called [dos2unix](https://linux.die.net/man/1/dos2unix), which allows converting Windows line endings to Unix, as sqlcmd returns data with "\r\n".
7+
68
[![fabiang/sqlcmd](https://img.shields.io/docker/pulls/fabiang/sqlcmd.svg)](https://hub.docker.com/r/fabiang/sqlcmd)
79
[![fabiang/sqlcmd](https://badgen.net/github/license/fabiang/docker-sqlcmd)](https://github.com/fabiang/docker-sqlcmd)
810
[![Docker Image](https://github.com/fabiang/docker-sqlcmd/actions/workflows/docker.yml/badge.svg)](https://github.com/fabiang/docker-sqlcmd/actions/workflows/docker.yml)

0 commit comments

Comments
 (0)