diff --git a/pages/linux/unix2dos.md b/pages/linux/unix2dos.md index 397ffa1b4..50c650617 100644 --- a/pages/linux/unix2dos.md +++ b/pages/linux/unix2dos.md @@ -6,8 +6,8 @@ - Change the line endings of a file: -`unix2dos {{filename}}` +`unix2dos {{path/to/file}}` - Create a copy with DOS-style line endings: -`unix2dos -n {{filename}} {{new_filename}}` +`unix2dos -n {{path/to/unix_file}} {{path/to/dos_file}}`