Skip to content

Instantly share code, notes, and snippets.

@znuh
Created March 12, 2016 12:17
Show Gist options
  • Save znuh/7a2c31b43ee7f437313e to your computer and use it in GitHub Desktop.
Save znuh/7a2c31b43ee7f437313e to your computer and use it in GitHub Desktop.
strace tail -n 200
lseek(3, 0, SEEK_CUR) = 0
lseek(3, 0, SEEK_END) = 410697
lseek(3, 409600, SEEK_SET) = 409600
read(3, "240]: message repeated 3 times: "..., 1097) = 1097
lseek(3, 401408, SEEK_SET) = 401408
read(3, ":08 streator systemd[19120]: Sto"..., 8192) = 8192
lseek(3, 393216, SEEK_SET) = 393216
read(3, ".025488] wlp3s0: authenticate wi"..., 8192) = 8192
lseek(3, 385024, SEEK_SET) = 385024
read(3, " up\nMar 12 08:52:06 streator ker"..., 8192) = 8192
read(3, ".025488] wlp3s0: authenticate wi"..., 8192) = 8192
read(3, ":08 streator systemd[19120]: Sto"..., 8192) = 8192
read(3, "240]: message repeated 3 times: "..., 1097) = 1097
close(3) = 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment