summaryrefslogtreecommitdiffhomepage
path: root/src/prj/mmv/examples/number.sh.html
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-09-11 05:15:20 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-09-11 05:15:20 +0200
commitbda44e93541fa478abf3ce4b3461f026a90fa8cb (patch)
treea62a7e1d456effe914a77b45f66485c3e8bfd92d /src/prj/mmv/examples/number.sh.html
parentced3ed9ddde25614bbc9777a5d546eee2a44a2e0 (diff)
Move the site from HTML to GSP
Diffstat (limited to 'src/prj/mmv/examples/number.sh.html')
-rw-r--r--src/prj/mmv/examples/number.sh.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/prj/mmv/examples/number.sh.html b/src/prj/mmv/examples/number.sh.html
deleted file mode 100644
index 5e8e74a..0000000
--- a/src/prj/mmv/examples/number.sh.html
+++ /dev/null
@@ -1,2 +0,0 @@
-$ <span class="sh-fn">ls</span> <span class="sh-str">'The Fellowship of the Ring.mp4'</span> … <span class="sh-str">'The Two Towers.mp4'</span> | \
- <span class="sh-fn">mmv</span> awk <span class="sh-str">'{ gsub(" ", "-"); printf "%02d-%s", NR, tolower($0) }'</span>