2025-05-29 15:05:01 +08:00

6 lines
94 B
Bash

#!/bin/sh
tail -n $1 "$2" > /var/run/tailtmp
cat /var/run/tailtmp > "$2"
rm /var/run/tailtmp