Find Image With Specific Dimension Using Command Line
Find images with specific dimension using Linux command line.
read more »Find images with specific dimension using Linux command line.
read more »Replace specific pattern of strings in HTML files under directory via sed.
read more »Replace specific pattern of strings in HTML files under directory via sed.
read more »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 »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 »Make reStructuredText links of the same name anonymous via regular expression by sed stream editor.
read more »Replace footnote in reStructuredText format via regular expression by sed stream editor.
read more »Insert a line after first pattern match via sed stream editor.
read more »Append text at the beginning of each line via sed stream editor.
read more »Convert Traditional Chinese PO file to Simplified Chinese via OpenCC and sed in Makefile.
read more »Concatenate and Minify CSS via sed and tr command in Makefile.
read more »Use xgettext (one of GNU gettext utilities) to extract translatable strings from HTML templates of Go html/template.
read more »i18n (Internationalization) Go web applications by GNU gettext tools and html/template. Use PO and MO files generated by gettext in Golang web application to render HTML of specific languages by html/template.
read more »Support multiple languages in your (web) applications, by GNU gettext tools, which include xgettext, msginit, msgmerge, and msgfmt.
read more »List all files in a directory recursively (i.e., including subdirectories of the directory), and use sed to rename the files.
read more »