25 May 2019 Comments Off

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