The awk commandThe awk command also lets you convert a file from UNIX to Windows and vice versa. To convert a Windows file to a UNIX file, enter the following command:awk '{ sub("r$", ""); print }' windows.txt > unix.txtTo
The awk commandThe awk command also lets you convert a file from UNIX to Windows and vice versa. To convert a Windows file to a UNIX file, enter the following command:awk '{ sub("r$", ""); print }' windows.txt > unix.txtTo