mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-21 23:01:55 +00:00
added date
- online edit of handbook/troggle/scriptscurrent.html
This commit is contained in:
parent
86a7390585
commit
1de9491e80
@ -165,8 +165,6 @@ cave length depth
|
||||
Sat Dec 2 21:00:40 GMT 2023</pre>
|
||||
<code><pre>#!/bin/sh
|
||||
|
||||
#!/bin/sh
|
||||
|
||||
echo "cave length depth"
|
||||
for cave in 32 40 41 78 87 88 115 142 143 144 158 216 83 107 136 161 204 258 264 290
|
||||
do
|
||||
@ -179,11 +177,8 @@ do
|
||||
echo -n "$cave:"
|
||||
cavern -o /tmp ../caves-1626/${cave}/${cave}.svx | grep -o "(.*m adjusted)\|Vertical range = [.[:digit:]]*m " | grep -o [.[:digit:]]*m | gawk '{ gsub(/m/,""); printf "%6.0fm", $1 }'
|
||||
echo
|
||||
done</pre></code>
|
||||
|
||||
|
||||
|
||||
|
||||
done
|
||||
echo `date`</pre></code>
|
||||
|
||||
<h4 id="glossary">make-glossary.pl</h4>
|
||||
<p>In :expoweb:/1623/204/ and /1623/161/. It reads a cave-specific glossary.csv and produces the HTML files for caves 161 and 204:
|
||||
|
Loading…
Reference in New Issue
Block a user