[Golang] Delete Zero Size Files in Directory
Delete all files with zero size in a directory in Go. Sub-directories included.
read more »Delete all files with zero size in a directory in Go. Sub-directories included.
read more »Get last modified file, name of which starts with specific prefix, in Go.
read more »Find files after a given timestamp in Go.
read more »Get last modified file before a specific time in Go.
read more »Test how filename globbing works in Go standard library.
read more »Complement to Go text/template and html/template package - Parse all files in directory (including sub-directories).
read more »Template inheritance via Go html/template package. Show how one tempalate extends from another, and also include templates, just as how we do by Python Jinja2.
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 »Find redundant files saved by Chrome browser via Bash script.
read more »Find redundant files saved by Chrome browser via Go.
read more »Use find command to find all HTML files in a directory, but exclude the HTML files in some sub-directory.
read more »Run wkhtmltopdf on Travis CI, which convert HTML files with chinese characters to PDF.
read more »Convert HTML files in directory to PDF recursively via wkhtmltopdf and Bash script.
read more »Remove execute(x) permission of files in directory recursively via chmod command and Bash script.
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 the name of files in directory to lowercase via Bash script.
read more »Convert all files in a directory recursively (i.e., including subdirectories of the directory) from Big5 encoding to UTF-8 via iconv command.
read more »Concatenate JavaScript files via Go programming language.
read more »Find redundant files saved by Chrome browser via Python.
read more »Concatenate JavaScript files via Python script.
read more »Python scripts to export PIXNET blog posts to files of reStructuredText format.
read more »List all files in a directory in Go. Similar to Python os.walk.
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 »