Main public logs
From hugovil.com
Jump to navigationJump to search
Combined display of all available logs of hugovil.com. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 19:17, 2 April 2026 Hugo talk contribs created page Commandes diverses (Created page with "=Affichage des fichiers avec majuscule en premier= set LC_COLLATE=C =How to do a search and replace over multiple files?= You could use find and sed, but I find that this little line of perl works nicely: <nowiki>perl -pi -w -e 's/search/replace/g;' *.php</nowiki> -e means execute the following line of code. -i means edit in-place -w write warnings -p loop Example I had the following style sheet in a section: <nowiki><link rel="stylesheet" type="tex...")