Move under www to ease rsync
This commit is contained in:
13
www/eps/hpr2060/hpr2060_tac.sed
Executable file
13
www/eps/hpr2060/hpr2060_tac.sed
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/sed -nf
|
||||
|
||||
# reverse all lines of input, i.e. first line became last, ...
|
||||
|
||||
# from the second line, the buffer (which contains all previous lines)
|
||||
# is *appended* to current line, so, the order will be reversed
|
||||
1! G
|
||||
|
||||
# on the last line we're done -- print everything
|
||||
$ p
|
||||
|
||||
# store everything on the buffer again
|
||||
h
|
||||
Reference in New Issue
Block a user