repo.or.cz
/
perlbook.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial commit from the 2013 with minor fixes. From now and then,
[perlbook.git]
/
newlisting.sh
blob
2541ca865de7889da6020562fb682a66d824c08c
1
#!/bin/sh
2
editor
=
geany
3
lastnum
=
`ls *.pl | sort |tail -n 1 | egrep -o '([0-9]+)'`
4
$editor
l$
((
1
+
lastnum
))
.pl