Theory and Practice
About Archives Categories Tags Authors 中文 ไทย
  1. Tags
  2. remove carriage return

[Bash] Process HTML Files Format in Volumn

April 26, 2016

Convert the format (Big5 encoding to UTF-8, remove DOS newline in file, replace string big5 with UTF-8, and append UNIX newline to end of file) of HTML files in directory via Bash script.

 read more »

[Bash] Encoding Conversion, Newline Manipulation, String Replacement of File

April 20, 2016

Convert encoding of file from Big5 to UTF-8, remove DOS newline in file, replace string big5 with UTF-8, and append UNIX newline to end of file.

 read more »

[Makefile] Concetenate and Minify CSS via sed and tr Command

March 11, 2016

Concatenate and Minify CSS via sed and tr command in Makefile.

 read more »

[Golang] Minify HTML

March 10, 2016

Minify HTML via Go programming language.

 read more »

[Golang] Minify CSS

March 09, 2016

Minify CSS via Go programming language.

 read more »

[C] Remove String Trailing Newline (Carriage Return)

January 09, 2013

Remove trailing newline (carriage return) of a string in C programming language.

 read more »
Powered by Github Pages, Pelican, pyScss.