Advertisement
XeBuZer0

quince.sh

Jan 30th, 2023 (edited)
994
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.16 KB | Source Code | 0 0
  1. rm syslog*.txt
  2. touch syslognuevo.txt
  3. sudo cat /var/log/syslog >> syslognuevo.txt
  4. touch syslog15.txt
  5. tail -15 syslognuevo.txt >> syslog15.txt
  6. cat syslog15.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement