# Rename all .htm files to .html
find ./ -name "*.htm" -exec bash -c 'mv "$0" "${0%.htm}.html"' {} \;
# Tem all .html references in files with .hhttmmll
find ./ -type f -name "*.html" -exec sed -i '' 's/html/hhttmmll/g' {} \;
# Replace all .htm references in files with .html
find ./ -type f -name "*.html" -exec sed -i '' 's/htm/html/g' {} \;
# Change .hhttmmll back to .html
find ./ -type f -name "*.html" -exec sed -i '' 's/hhttmmll/html/g' {} \;
-
Notifications
You must be signed in to change notification settings - Fork 1
A mirror site of the official NONMEM help
License
TingjieGuo/nmhelp
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A mirror site of the official NONMEM help
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published