Search notes:

ls -v

ls -v sorts files in so called natural sort order, so that 9 is sorted before 22 (which would be opposite if using alphabetical or binary sort order).
Natural sort order can be used to conveniently sort files with a major.minor.patch scheme in their names:
$ touch            \
report_v3.5.7.csv  \
report_v2.9.1.csv  \
report_v4.11.0.csv \
report_v2.22.2.csv \
report_v6.8.2.csv  \
report_v13.3.7.csv \
report_v4.4.1.csv  \
report_v7.0.5.csv  \
report_v1.4.2.csv  \
report_v3.2.8.csv

$ ls -1v
report_v1.4.2.csv
report_v2.9.1.csv
report_v2.22.2.csv
report_v3.2.8.csv
report_v3.5.7.csv
report_v4.4.1.csv
report_v4.11.0.csv
report_v6.8.2.csv
report_v7.0.5.csv
report_v13.3.7.csv

See also

sort --sort V
tree -v

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Linux/sh...', 1758206772, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Linux/shell/commands/ls/v(65): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78