Theory and Practice
About Archives Categories Tags Authors 中文 ไทย
  1. Tags
  2. find command

Update Modification Time According to EXIF Data

December 31, 2021 (Updated: April 26, 2023)

Update modification time of photo/video according to EXIF data using command line.

 read more »

Find Image With Specific Dimension Using Command Line

December 19, 2021

Find images with specific dimension using Linux command line.

 read more »

[Bash] List Go Source Files Excluding Test Files

March 23, 2018

List .go source files excluding _test.go files via find and grep command in bash.

 read more »

[Bash] Move Directories and Modify Path in Files

January 18, 2017

Replace specific pattern of strings in HTML files under directory via sed.

 read more »

[sed] Replace String in Directory

January 11, 2017

Replace specific pattern of strings in HTML files under directory via sed.

 read more »

[Bash] Online Concatenate and Compress JavaScript Files

December 25, 2016

Concatenate and minify JavaScript files via Bash script, curl, and online Google Closure Compiler.

 read more »

[Bash] Find Redundant Files Saved by Chrome

May 23, 2016

Find redundant files saved by Chrome browser via Bash script.

 read more »

[Bash] Find and Remove Files in One Line of Command

May 20, 2016

Use find command to find all files with specific name and delete them in one line of command.

 read more »

[Bash] find Command Exclude Sub-directory

May 19, 2016

Use find command to find all HTML files in a directory, but exclude the HTML files in some sub-directory.

 read more »

Run wkhtmltopdf With Chinese Font Support on Travis CI

May 18, 2016

Run wkhtmltopdf on Travis CI, which convert HTML files with chinese characters to PDF.

 read more »

[Bash] HTML to PDF via wkhtmltopdf

May 17, 2016

Convert HTML files in directory to PDF recursively via wkhtmltopdf and Bash script.

 read more »

[Bash] Remove Execute Permission of Files in Directory Recursively

May 09, 2016

Remove execute(x) permission of files in directory recursively via chmod command and Bash script.

 read more »

[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] Rename Files in Directory to Lowercase

April 25, 2016

Convert the name of files in directory to lowercase via Bash script.

 read more »

[Bash] Convert Files in Directory From Big5 to UTF-8

March 18, 2016

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 »

Internationalization (i18n) of Web Application by GNU gettext Tools

January 07, 2016

Support multiple languages in your (web) applications, by GNU gettext tools, which include xgettext, msginit, msgmerge, and msgfmt.

 read more »

[Python] Use Regular Expression to Find Strings Marked For Internationalization (i18n)

January 01, 2016

Use regular expression in Python to search and find strings marked for i18n (Internationalization)

 read more »

[Bash] List All Files in Directory Recursively and Rename

February 02, 2015

List all files in a directory recursively (i.e., including subdirectories of the directory), and use sed to rename the files.

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